Skip to content

Unable to start using --unsafe-passphrase #394

@xrat

Description

@xrat

Starting ssh-chat server w/o --unsafe-passphrase works, but as ssh-chat -i ssh-chat.key --unsafe-passphrase=secret it refuses to start w/ error

Passphrase authentication conflicts with existing KeyboardInteractive setup.

Versions

  • Server version: v1.10 (linux_amd64 binary)
  • Latest server version available: v1.10 (linux_amd64 binary)

To Reproduce

wget https://github.com/shazow/ssh-chat/releases/download/v1.10/ssh-chat-linux_amd64.tgz
tar xaf ssh-chat-linux_amd64.tgz
ssh-keygen -t rsa -N '' -f ./ssh-chat.key
ssh-chat/ssh-chat -i ssh-chat.key --unsafe-passphrase=secret

Result:

Passphrase authentication conflicts with existing KeyboardInteractive setup.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions