diff options
author | djm <djm> | 2006-06-13 03:03:16 +0000 |
---|---|---|
committer | djm <djm> | 2006-06-13 03:03:16 +0000 |
commit | 70373fed4e226368a4132083154a81082eff8f45 (patch) | |
tree | 9535dc4c9eaf9e11962d0c1164b4d74d7f1b23f7 /ssh.1 | |
parent | f3e78032eb0fd4d2a93de95d88d4b91542d81e82 (diff) | |
download | openssh-70373fed4e226368a4132083154a81082eff8f45.tar.gz |
- jmc@cvs.openbsd.org 2006/05/29 16:13:23
[ssh.1]
add GSSAPI to the list of authentication methods supported;
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.259 2006/03/22 21:16:24 jakob Exp $ +.\" $OpenBSD: ssh.1,v 1.260 2006/05/29 16:13:23 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -666,6 +666,7 @@ Protocol 1 lacks a strong mechanism for ensuring the integrity of the connection. .Pp The methods available for authentication are: +GSSAPI-based authentication, host-based authentication, public key authentication, challenge-response authentication, |