search for: myserver123

Displaying 1 result from an estimated 1 matches for "myserver123".

Did you mean: myserver1
2017 May 22
3
[Bug 2720] New: Include username in "Permission denied (publickey)." message
...iority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: jg at jguk.org Can SSH include the username in the following message? It was the only reason login failed, but wasn't clear. Currently this is the behaviour: $ ssh -i "pass.pem" myserver123.amazonaws.com Permission denied (publickey). It of cause works if I do: ssh -i "pass.pem" ubuntu at myserver123.amazonaws.com What I would like to see is: $ ssh -i "pass.pem" myserver123.amazonaws.com juser at myserver123.amazonaws.com Permission denied (publickey). This mea...