Skip to content

[SSH] Rework SSH server#1833

Merged
avano merged 1 commit intomainfrom
CEQ-12667
Apr 13, 2026
Merged

[SSH] Rework SSH server#1833
avano merged 1 commit intomainfrom
CEQ-12667

Conversation

@avano
Copy link
Copy Markdown
Contributor

@avano avano commented Apr 9, 2026

  • use password auth by default
  • when SSH keys are configured, use key-based auth only and disable password auth
  • unify classnames, e.g. SshAccount -> SSHAccount
  • move docker files to this repo

Copy link
Copy Markdown
Contributor

@mcarlett mcarlett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this ssh client still maintained? I see it has been moved https://mvnrepository.com/artifact/net.schmizz/sshj

net.schmizz » sshj→com.hierynomus » sshj

@avano
Copy link
Copy Markdown
Contributor Author

avano commented Apr 10, 2026

is this ssh client still maintained? I see it has been moved mvnrepository.com/artifact/net.schmizz/sshj

net.schmizz » sshj→com.hierynomus » sshj

i'd say yes, we use the com.hierynomus:sshj dependency, and there are both net.schmizz and com.hierynomus packages: https://github.com/hierynomus/sshj/blob/master/src/main/java/net/schmizz/sshj/SSHClient.java

@avano avano merged commit 2f66696 into main Apr 13, 2026
3 checks passed
@avano avano deleted the CEQ-12667 branch April 13, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants