diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 9 |
1 files changed, 6 insertions, 3 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.207 2005/04/21 06:17:50 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.208 2005/05/23 23:32:46 djm Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -479,14 +479,17 @@ The supported ciphers are | |||
479 | .Dq aes128-ctr , | 479 | .Dq aes128-ctr , |
480 | .Dq aes192-ctr , | 480 | .Dq aes192-ctr , |
481 | .Dq aes256-ctr , | 481 | .Dq aes256-ctr , |
482 | .Dq arcfour128 , | ||
483 | .Dq arcfour256 , | ||
482 | .Dq arcfour , | 484 | .Dq arcfour , |
483 | .Dq blowfish-cbc , | 485 | .Dq blowfish-cbc , |
484 | and | 486 | and |
485 | .Dq cast128-cbc . | 487 | .Dq cast128-cbc . |
486 | The default is | 488 | The default is |
487 | .Bd -literal | 489 | .Bd -literal |
488 | ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, | 490 | ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, |
489 | aes192-cbc,aes256-cbc'' | 491 | arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, |
492 | aes192-ctr,aes256-ctr'' | ||
490 | .Ed | 493 | .Ed |
491 | .It Fl D Ar port | 494 | .It Fl D Ar port |
492 | Specifies a local | 495 | Specifies a local |