]> git.ipfire.org Git - thirdparty/curl.git/commit
sshserver.pl: adjust `AuthorizedKeysFile2` cutoff version
authorViktor Szakats <commit@vsz.me>
Fri, 21 Mar 2025 16:18:24 +0000 (17:18 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 23 Mar 2025 19:26:41 +0000 (20:26 +0100)
commit7d64601a8cd305dd3634622c771bbb5c53b32e42
tree8559f92494781423f2d77c1fa259d9f6735b77f3
parent72b163c30141b3a9afe23cceb1e2a0b2e817de8b
sshserver.pl: adjust `AuthorizedKeysFile2` cutoff version

To avoid in `ssh_server.log`:
```
reprocess config line 6: Deprecated option AuthorizedKeysFile2
```
with openssh 7.1

Closes #16787
tests/sshserver.pl