mirror of
https://github.com/Crosse/sshsrv.git
synced 2026-04-25 03:45:55 +03:00
[GH-ISSUE #4] Cannot use sshsrv username@example.com #3
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#3
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 @UlyssesZh on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/Crosse/sshsrv/issues/4
Originally assigned to: @Crosse on GitHub.
If I use
sshsrv username@example.com, the wrapper will not look up for SRV records and behaves identically asssh username@example.com. I have to usesshsrv example.com -l usernameinstead to make it look up for SRV records.It seems that this project has not been maintained for a long time, but this is a rather low-hanging fruit, so I hope someone may fix this.
@Crosse commented on GitHub (Oct 5, 2022):
This is what I get when I use the
user@hostformat:Would you mind running the command with
-vand providing that output? Redactions are fine, and I only need to see what I have above.Thanks for the report!
@UlyssesZh commented on GitHub (Oct 5, 2022):
Oh, the SRV lookup is good. What I have found is actually another bug: with
sshsrv user@example.com, the username is read asuserinstead ofuser(with an extra space in front).@Crosse commented on GitHub (Oct 18, 2022):
Ah, I see. It should be fixed now. Let me know if it works for you!
@Crosse commented on GitHub (Oct 18, 2022):
I also added releases, so you can download a pre-built binary now. Feel free to reopen this if your issue isn't resolved. Thanks!