Commit c6fa6bc
committed
Only check ssh protocol if openssh < 7.0
OpenSSH made the `Protocol` option obsolete in version 7.0. Even if you
try to specify it, it's not going to use the version you set for
security reasons:
Potentially-incompatible Changes
--------------------------------
* Support for the legacy SSH version 1 protocol is disabled by
default at compile time.
See the release notes for version 7.0 for more details.
https://www.openssh.org/releasenotes.html1 parent 610b532 commit c6fa6bc
File tree
1 file changed
+1
-0
lines changed- linux_os/guide/services/ssh/ssh_server/sshd_allow_only_protocol2
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
0 commit comments