From 62fb7fd16930b75f591231270a6aaadc57cb936d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 29 May 2006 12:54:09 +0000 Subject: Add gssapi-with-mic to PreferredAuthentications default list; ok jmc --- usr.bin/ssh/ssh_config.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 7744e95f9c9..5f66cd9d868 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/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.92 2006/03/31 09:13:56 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.93 2006/05/29 12:54:08 dtucker Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -678,7 +678,7 @@ This allows a client to prefer one method (e.g.\& over another method (e.g.\& .Cm password ) The default for this option is: -.Dq hostbased,publickey,keyboard-interactive,password . +.Dq gssapi-with-mic,hostbased,publickey,keyboard-interactive,password . .It Cm Protocol Specifies the protocol versions .Xr ssh 1 -- cgit v1.2.3