Displaying 1 result from an estimated 1 matches for "user_at".
Did you mean:
user_a
2016 Feb 18
5
[Bug 2542] New: Conflicting usernames by -l, -o user, user@ - it's not clear which one is used
...user-o at localhost's password:
2. "-l" and "@" override "-o user"
----------------------------------
gbajson at server1:~$ ssh -l user_minus_l localhost
user_minus_l at localhost's password:
gbajson at server1:~$ ssh user_at at localhost
user_at at localhost's password:
3. The last username is chosen when, both "-l" and "@" are provided
-------------------------------------------------------------------
gbajson at server1:~$ ssh user_at at localhost -l user_minus_l
user_minus_...