summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.514
1 files changed, 13 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 8edaf030c..3a377ca74 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.33 2004/05/23 23:59:53 dtucker Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.34 2004/06/13 14:01:42 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -149,6 +149,18 @@ The default is
149.It Cm Ciphers 149.It Cm Ciphers
150Specifies the ciphers allowed for protocol version 2. 150Specifies the ciphers allowed for protocol version 2.
151Multiple ciphers must be comma-separated. 151Multiple ciphers must be comma-separated.
152The supported ciphers are
153.Dq 3des-cbc ,
154.Dq aes128-cbc ,
155.Dq aes192-cbc ,
156.Dq aes256-cbc ,
157.Dq aes128-ctr ,
158.Dq aes192-ctr ,
159.Dq aes256-ctr ,
160.Dq arcfour ,
161.Dq blowfish-cbc ,
162and
163.Dq cast128-cbc .
152The default is 164The default is
153.Bd -literal 165.Bd -literal
154 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, 166 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,