diff options
author | Damien Miller <djm@mindrot.org> | 2006-06-13 05:01:41 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-06-13 05:01:41 +0200 |
commit | 3c6ed7bbd569a33d31533587e41b8ff87d282de0 (patch) | |
tree | d0962d35d9c34b18bfc1d5f920a0476f860a618a /ssh_config.5 | |
parent | - dtucker@cvs.openbsd.org 2006/05/29 12:56:33 (diff) | |
download | openssh-3c6ed7bbd569a33d31533587e41b8ff87d282de0.tar.xz openssh-3c6ed7bbd569a33d31533587e41b8ff87d282de0.zip |
- jmc@cvs.openbsd.org 2006/05/29 16:10:03
[ssh_config.5]
oops - previous was too long; split the list of auths up
Diffstat (limited to '')
-rw-r--r-- | ssh_config.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 5f66cd9d8..0d40fd63e 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -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_config.5,v 1.93 2006/05/29 12:54:08 dtucker Exp $ +.\" $OpenBSD: ssh_config.5,v 1.94 2006/05/29 16:10:03 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -678,7 +678,12 @@ This allows a client to prefer one method (e.g.\& over another method (e.g.\& .Cm password ) The default for this option is: -.Dq gssapi-with-mic,hostbased,publickey,keyboard-interactive,password . +.Do gssapi-with-mic , +hostbased, +publickey, +keyboard-interactive, +password +.Dc . .It Cm Protocol Specifies the protocol versions .Xr ssh 1 |