-
Notifications
You must be signed in to change notification settings - Fork 5
Description
It's more easier to show you the logs using a gist.
I've set a SRV record:
$ dig +short _ssh._tcp.git.gwynethllewelyn.net SRV
1 1 22 autonomy.gwynethllewelyn.net.
And logging in certainly works, but sshsrv seems to have some trouble with it... the attached gist has two sequences of verbose ssh logs, one with sshsrv, the second one with the exact command that sshsrv actually used. It gets a permission denied error...
(Note: I'm being mean. I'm actually also having problems with software which execute ssh in the way you do — namely, git. It has the same issue as sshsrv. My hope is that if you figure out why this happens, I will be able to replicate the issue with git and other, similar software :) )
(P.S.: Yay! You're using Go! Go Gophers :) [aye, I'm a recent convert, and as all recent converts, I'm rather fanatical about Go at this moment...])