diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -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: ssh.1,v 1.229 2005/12/23 14:55:53 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.230 2005/12/23 23:46:23 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -186,24 +186,24 @@ Its use is strongly discouraged due to cryptographic weaknesses. | |||
186 | The default is | 186 | The default is |
187 | .Dq 3des . | 187 | .Dq 3des . |
188 | .Pp | 188 | .Pp |
189 | For protocol version 2 | 189 | For protocol version 2, |
190 | .Ar cipher_spec | 190 | .Ar cipher_spec |
191 | is a comma-separated list of ciphers | 191 | is a comma-separated list of ciphers |
192 | listed in order of preference. | 192 | listed in order of preference. |
193 | The supported ciphers are | 193 | The supported ciphers are: |
194 | .Dq 3des-cbc , | 194 | 3des-cbc, |
195 | .Dq aes128-cbc , | 195 | aes128-cbc, |
196 | .Dq aes192-cbc , | 196 | aes192-cbc, |
197 | .Dq aes256-cbc , | 197 | aes256-cbc, |
198 | .Dq aes128-ctr , | 198 | aes128-ctr, |
199 | .Dq aes192-ctr , | 199 | aes192-ctr, |
200 | .Dq aes256-ctr , | 200 | aes256-ctr, |
201 | .Dq arcfour128 , | 201 | arcfour128, |
202 | .Dq arcfour256 , | 202 | arcfour256, |
203 | .Dq arcfour , | 203 | arcfour, |
204 | .Dq blowfish-cbc , | 204 | blowfish-cbc, |
205 | and | 205 | and |
206 | .Dq cast128-cbc . | 206 | cast128-cbc. |
207 | The default is: | 207 | The default is: |
208 | .Bd -literal -offset indent | 208 | .Bd -literal -offset indent |
209 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, | 209 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, |