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 🫠

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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