diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 8 |
1 files changed, 4 insertions, 4 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.93 2001/03/02 18:54:31 deraadt Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.94 2001/03/05 15:56:16 deraadt Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -228,7 +228,7 @@ S/Key authentication. | |||
228 | .Pp | 228 | .Pp |
229 | Protocol 2 provides additional mechanisms for confidentiality | 229 | Protocol 2 provides additional mechanisms for confidentiality |
230 | (the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour) | 230 | (the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour) |
231 | and integrity (hmac-sha1, hmac-md5). | 231 | and integrity (hmac-md5, hmac-sha1). |
232 | Note that protocol 1 lacks a strong mechanism for ensuring the | 232 | Note that protocol 1 lacks a strong mechanism for ensuring the |
233 | integrity of the connection. | 233 | integrity of the connection. |
234 | .Pp | 234 | .Pp |
@@ -667,7 +667,7 @@ Multiple ciphers must be comma-separated. | |||
667 | The default is | 667 | The default is |
668 | .Pp | 668 | .Pp |
669 | .Bd -literal | 669 | .Bd -literal |
670 | ``3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc, | 670 | ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, |
671 | aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc, | 671 | aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc, |
672 | rijndael256-cbc,rijndael-cbc@lysator.liu.se'' | 672 | rijndael256-cbc,rijndael-cbc@lysator.liu.se'' |
673 | .Ed | 673 | .Ed |
@@ -831,7 +831,7 @@ Multiple algorithms must be comma-separated. | |||
831 | The default is | 831 | The default is |
832 | .Pp | 832 | .Pp |
833 | .Bd -literal | 833 | .Bd -literal |
834 | ``hmac-sha1,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com, | 834 | ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com, |
835 | hmac-sha1-96,hmac-md5-96'' | 835 | hmac-sha1-96,hmac-md5-96'' |
836 | .Ed | 836 | .Ed |
837 | .It Cm NumberOfPasswordPrompts | 837 | .It Cm NumberOfPasswordPrompts |