Displaying 1 result from an estimated 1 matches for "user_minus_l".
2016 Feb 18
5
[Bug 2542] New: Conflicting usernames by -l, -o user, user@ - it's not clear which one is used
...st localhost
user=user_config
gbajson at server1:~$ ssh -o user=user-o localhost
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
-----------------------------------------...