Skip to content

SSH backend relying on fact that SSH password auth is enabled on server by default #50

Description

@EgrorBs

Log from slipnet:

E/SshTunnel[default]: Failed to start SSH tunnel over DNSTT
com.jcraft.jsch.JSchException: Auth fail for methods 'publickey'

Proposed (simplest) fix:
Add by default to /etc/ssh/sshd_config:

...
# SlipGate SSH tunnel users
Match Group slipgate-ssh
    ... 
    PasswordAuthentication yes

Thanks!

P. S. Very nice installation wizard, I really like it, but was slightly disappointed when connection failed with that error :D

P. P. S. Sorry if thats not a bug, and I did something wrong 🫠

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions