Jump to content

Is there a way to use the @-sign without tagging a user?? I'm trying to write a piece of code that has user@Server within it. If you put that within a block of code, you get:

ssh user@[member='Server']-p port

which isn't very helpful if you're trying to give people the right syntax...

For those interested: I'm talking about the end of this post

Link to comment
https://linustechtips.com/topic/28142-untagging-users/
Share on other sites

Link to post
Share on other sites

Hmmm, apparantly, I linked to the wrong post. The post I'm talking about is at http://linustechtips.com/main/topic/6398-howto-create-your-own-linux-home-server-using-debian/?p=70526

 

The problem is that IPB transforms my user@Server into user@[member='Server'] and I have no idea why or how to make it not do that.

Link to comment
https://linustechtips.com/topic/28142-untagging-users/#findComment-376584
Share on other sites

Link to post
Share on other sites

Hmmm, apparantly, I linked to the wrong post. The post I'm talking about is at http://linustechtips.com/main/topic/6398-howto-create-your-own-linux-home-server-using-debian/?p=70526

 

The problem is that IPB transforms my user@Server into user@[member='Server'] and I have no idea why or how to make it not do that.

 

Can always use the -l option which is the same thing: ssh -l username server

I roll with sigs off so I have no idea what you're advertising.

 

This is NOT the signature you are looking for.

Link to comment
https://linustechtips.com/topic/28142-untagging-users/#findComment-378659
Share on other sites

Link to post
Share on other sites

Can always use the -l option which is the same thing: ssh -l username server

Yeah, but come on, things like this should just work on software you pay for -_-

Link to comment
https://linustechtips.com/topic/28142-untagging-users/#findComment-379497
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×