Displaying 1 result from an estimated 1 matches for "stashserver".
Did you mean:
sshserver
2014 Apr 30
1
SSH command line behavior with explicit identity file
Hello,
I got a trouble with ssh command line when investigating a connection issue
to a (Stash/Git) server.
When invoking "ssh -p 7999 -i /path/to/my/id_dsa git at stashserver"
I just got the answer
"Permission denied (publickey)."
I had to enable traces: "ssh -t -p 7999 -i /path/to/my/id_dsa
git at stashserver"
to understand why:
debug1: Server accepts key: pkalg ssh-dss blen 433
debug1: could not open key file '/path/to/my/id_dsa': Pe...