diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-06 22:07:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-06 22:07:51 +0000 |
commit | 97315878eb4d36ab87da349abcef811f3564d00c (patch) | |
tree | 296edddaa2b2e54480a25415b807871cb9924538 /usr.bin | |
parent | 940fc23539f7ed329972ada43c49bc7a3a880069 (diff) |
enable sftp-server by default
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 80a071ce8fd..8d0af106089 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.31 2001/02/04 21:26:07 djm Exp $ +# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -56,8 +56,8 @@ PermitEmptyPasswords no #CheckMail yes #UseLogin no -# Uncomment if you want to enable sftp -#Subsystem sftp /usr/libexec/sftp-server #MaxStartups 10:30:60 #Banner /etc/issue.net #ReverseMappingCheck yes + +Subsystem sftp /usr/libexec/sftp-server |