diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-19 08:26:12 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-19 08:26:12 +0200 |
commit | 8bb73be04e3e38be582c4b3843c765aab74017c2 (patch) | |
tree | 2050fbf49e4e94a9cef9bbe557787298111eb886 /sshd_config | |
parent | Include all README files (diff) | |
download | openssh-8bb73be04e3e38be582c4b3843c765aab74017c2.tar.xz openssh-8bb73be04e3e38be582c4b3843c765aab74017c2.zip |
- OpenBSD CVS updates
[channels.c]
- fix pr 1196, listen_port and port_to_connect interchanged
[scp.c]
- after completion, replace the progress bar ETA counter with a final
elapsed time; my idea, aaron wrote the patch
[ssh_config sshd_config]
- show 'Protocol' as an example, ok markus@
[sshd.c]
- missing xfree()
- Add missing header to bsd-misc.c
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sshd_config b/sshd_config index 614cf706b..52436ac36 100644 --- a/sshd_config +++ b/sshd_config @@ -1,6 +1,7 @@ # This is ssh server systemwide configuration file. Port 22 +#Protocol 2,1 ListenAddress 0.0.0.0 #ListenAddress :: HostKey /etc/ssh_host_key |