summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.19
1 files changed, 5 insertions, 4 deletions
diff --git a/ssh.1 b/ssh.1
index b0d23fea1..33b8a4cda 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
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.266 2006/12/11 21:25:46 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.270 2007/06/12 13:43:55 jmc Exp $
38.Dd September 25, 1999 38.Dd $Mdocdate: June 12 2007 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -316,7 +316,8 @@ It is possible to have multiple
316options (and multiple identities specified in 316options (and multiple identities specified in
317configuration files). 317configuration files).
318.It Fl K 318.It Fl K
319Enables forwarding (delegation) of GSSAPI credentials to the server. 319Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI
320credentials to the server.
320.It Fl k 321.It Fl k
321Disables forwarding (delegation) of GSSAPI credentials to the server. 322Disables forwarding (delegation) of GSSAPI credentials to the server.
322.It Fl L Xo 323.It Fl L Xo
@@ -681,7 +682,7 @@ Both protocols support similar authentication methods,
681but protocol 2 is preferred since 682but protocol 2 is preferred since
682it provides additional mechanisms for confidentiality 683it provides additional mechanisms for confidentiality
683(the traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour) 684(the traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour)
684and integrity (hmac-md5, hmac-sha1, hmac-ripemd160). 685and integrity (hmac-md5, hmac-sha1, umac-64, hmac-ripemd160).
685Protocol 1 lacks a strong mechanism for ensuring the 686Protocol 1 lacks a strong mechanism for ensuring the
686integrity of the connection. 687integrity of the connection.
687.Pp 688.Pp