diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index de1c71765..19d13f5c7 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -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_config.5,v 1.129 2010/03/05 10:28:21 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.130 2010/03/26 01:06:13 dtucker Exp $ |
38 | .Dd $Mdocdate: March 5 2010 $ | 38 | .Dd $Mdocdate: March 26 2010 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -761,11 +761,7 @@ This allows a client to prefer one method (e.g.\& | |||
761 | over another method (e.g.\& | 761 | over another method (e.g.\& |
762 | .Cm password ) | 762 | .Cm password ) |
763 | The default for this option is: | 763 | The default for this option is: |
764 | .Do gssapi-with-mic , | 764 | .Do gssapi-with-mic,hostbased,publickey,keyboard-interactive,password |
765 | hostbased, | ||
766 | publickey, | ||
767 | keyboard-interactive, | ||
768 | password | ||
769 | .Dc . | 765 | .Dc . |
770 | .It Cm Protocol | 766 | .It Cm Protocol |
771 | Specifies the protocol versions | 767 | Specifies the protocol versions |