summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authordamien <damien>2000-04-19 06:26:12 +0000
committerdamien <damien>2000-04-19 06:26:12 +0000
commit2b0e05bd4434009e86ff759b16452c4fc5c4aa21 (patch)
tree8e25d7f1fefbe308a220e904d64131ca12b71391 /sshd_config
parentc416edefa21b8205125a788c800a32a83dc57bf3 (diff)
downloadopenssh-2b0e05bd4434009e86ff759b16452c4fc5c4aa21.tar.gz
- 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 614cf706..52436ac3 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