mirror of
https://github.com/Crosse/sshsrv.git
synced 2026-04-25 03:45:55 +03:00
[GH-ISSUE #1] Interesting: two different responses when using sshsrv and ssh #2
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sshsrv#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GwynethLlewelyn on GitHub (Sep 2, 2017).
Original GitHub issue: https://github.com/Crosse/sshsrv/issues/1
It's more easier to show you the logs using a gist.
I've set a SRV record:
And logging in certainly works, but
sshsrvseems 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 assshsrv. My hope is that if you figure out why this happens, I will be able to replicate the issue withgitand 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...])