diff options
author | Damien Miller <djm@mindrot.org> | 2004-06-15 10:30:39 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-06-15 10:30:39 +1000 |
commit | 05202ffe214115afa24bf6e7a6d8c8457e6759bb (patch) | |
tree | f3641217991b813f50e30515cd66ab87f4d7786d /sshd_config.5 | |
parent | f675fc4948b2ec2c9ff86bcdd58e00947f0e319b (diff) |
- dtucker@cvs.openbsd.org 2004/06/13 14:01:42
[ssh.1 ssh_config.5 sshd_config.5]
List supported ciphers in man pages, tidy up ssh -c;
"looks fine" jmc@, ok markus@
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 14 |
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 |
150 | Specifies the ciphers allowed for protocol version 2. | 150 | Specifies the ciphers allowed for protocol version 2. |
151 | Multiple ciphers must be comma-separated. | 151 | Multiple ciphers must be comma-separated. |
152 | The 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 , | ||
162 | and | ||
163 | .Dq cast128-cbc . | ||
152 | The default is | 164 | The 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, |