summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-19 16:26:12 +1000
committerDamien Miller <djm@mindrot.org>2000-04-19 16:26:12 +1000
commit8bb73be04e3e38be582c4b3843c765aab74017c2 (patch)
tree2050fbf49e4e94a9cef9bbe557787298111eb886 /sshd_config
parent71795160ee9dbf15633b2c27679df62c11f79aaa (diff)
- 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_config1
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 @@
1# This is ssh server systemwide configuration file. 1# This is ssh server systemwide configuration file.
2 2
3Port 22 3Port 22
4#Protocol 2,1
4ListenAddress 0.0.0.0 5ListenAddress 0.0.0.0
5#ListenAddress :: 6#ListenAddress ::
6HostKey /etc/ssh_host_key 7HostKey /etc/ssh_host_key