Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Options not compatible with OpenSSH server 7.6 #151

Closed
ageis opened this issue Mar 6, 2018 · 2 comments
Closed

Options not compatible with OpenSSH server 7.6 #151

ageis opened this issue Mar 6, 2018 · 2 comments

Comments

@ageis
Copy link
Contributor

ageis commented Mar 6, 2018

sshd[18263]: /etc/ssh/sshd_config line 73: Deprecated option UsePrivilegeSeparation

Sandboxing is now enabled by default in OpenSSH, across all platforms/distros. See the changelog.

Likewise, these two options for the client config are not understood in recent versions of OpenSSH

 HostsRSAAuthentication no                                                                                  
 RSAAuthentication yes

@chris-rock, @atomic111 @mms-segu you guys still interested in maintaining this stuff? I will join and help out.

@rndmh3ro
Copy link
Member

rndmh3ro commented Mar 6, 2018

Hey @ageis, of course we're still maintaining this. :)

There are now several options in recent OpenSSH-versions that are deprecated or removed entirely. I guess we should change the template for these options so depending on the version of OpenSSH they're included or not, e.g. like this.

{% if version < 6.7 -%}
HostsRSAAuthentication no                                                                                  
{% endif %}

What do you think? Do you want to implement this?

@ageis
Copy link
Contributor Author

ageis commented Mar 6, 2018

Here's another one that is deprecated in the client: UseRoaming.

I do actively use these roles and would love to implement but it will be a couple days before I can send you a PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants