git: 42942998437d - main - nanobsd: update ssh config files after 1323ec571215
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Apr 2022 21:05:46 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=42942998437d9304110e39b04552853729aa498e commit 42942998437d9304110e39b04552853729aa498e Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-04-13 21:04:33 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-04-13 21:04:51 +0000 nanobsd: update ssh config files after 1323ec571215 Sponsored by: The FreeBSD Foundation --- tools/tools/nanobsd/rescue/Files/etc/ssh/ssh_config | 2 +- tools/tools/nanobsd/rescue/Files/etc/ssh/sshd_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools/nanobsd/rescue/Files/etc/ssh/ssh_config b/tools/tools/nanobsd/rescue/Files/etc/ssh/ssh_config index 3b2ca9aa6d8d..02d72f367089 100644 --- a/tools/tools/nanobsd/rescue/Files/etc/ssh/ssh_config +++ b/tools/tools/nanobsd/rescue/Files/etc/ssh/ssh_config @@ -46,4 +46,4 @@ # RekeyLimit 1G 1h # UserKnownHostsFile ~/.ssh/known_hosts.d/%k # VerifyHostKeyDNS yes -# VersionAddendum FreeBSD-20211221 +# VersionAddendum FreeBSD-20220413 diff --git a/tools/tools/nanobsd/rescue/Files/etc/ssh/sshd_config b/tools/tools/nanobsd/rescue/Files/etc/ssh/sshd_config index 81ff5a66d22c..95087e838a56 100644 --- a/tools/tools/nanobsd/rescue/Files/etc/ssh/sshd_config +++ b/tools/tools/nanobsd/rescue/Files/etc/ssh/sshd_config @@ -105,7 +105,7 @@ AuthorizedKeysFile .ssh/authorized_keys #PermitTunnel no #ChrootDirectory none #UseBlacklist no -#VersionAddendum FreeBSD-20211221 +#VersionAddendum FreeBSD-20220413 # no default banner path #Banner none