Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh: Client HostKeyAlgorithms configuration variable #442

Conversation

sepek
Copy link
Contributor

@sepek sepek commented Apr 23, 2021

Introduce a new variable ssh_client_host_key_algorithms to be able to configure
it for the client like for the server.
This fixes #441

@sepek sepek force-pushed the feature/introduce-ssh_client_host_key_algorithms branch from 68825cd to 94ddc7f Compare April 23, 2021 10:11
Introduce a new variable ssh_client_host_key_algorithms to be able to configure
it for the client like for the server.
This fixes dev-sec#441

Signed-off-by: Paul Seidler <705535+sepek@users.noreply.github.com>
Linking to the latest version may lead to a broken config so be a bit more
  dynamic

Signed-off-by: Paul Seidler <705535+sepek@users.noreply.github.com>
@sepek sepek force-pushed the feature/introduce-ssh_client_host_key_algorithms branch from 94ddc7f to 6211c91 Compare April 23, 2021 12:29
@rndmh3ro rndmh3ro merged commit b12ee4d into dev-sec:master Apr 23, 2021
@rndmh3ro
Copy link
Member

Thanks!

divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
* ssh: Client HostKeyAlgorithms configuration variable

Introduce a new variable ssh_client_host_key_algorithms to be able to configure
it for the client like for the server.
This fixes dev-sec#441

Signed-off-by: Paul Seidler <705535+sepek@users.noreply.github.com>

* sshd: Adapt the ssh_host_key_algorithms description

Linking to the latest version may lead to a broken config so be a bit more
  dynamic

Signed-off-by: Paul Seidler <705535+sepek@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support HostKeyAlgorithms configuration for ssh_client file
3 participants