diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh_config.5 | 10 |
2 files changed, 9 insertions, 7 deletions
@@ -20,6 +20,12 @@ | |||
20 | pkg-config, patch from Colin Watson. Needed for newer linkers (ie gold). | 20 | pkg-config, patch from Colin Watson. Needed for newer linkers (ie gold). |
21 | - (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys; | 21 | - (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys; |
22 | bz#1723 patch from Adeodato Simóvia Colin Watson; ok dtucker@ | 22 | bz#1723 patch from Adeodato Simóvia Colin Watson; ok dtucker@ |
23 | - (dtucker) OpenBSD CVS Sync | ||
24 | - dtucker@cvs.openbsd.org 2010/03/26 01:06:13 | ||
25 | [ssh_config.5] | ||
26 | Reformat default value of PreferredAuthentications entry (current | ||
27 | formatting implies ", " is acceptable as a separator, which it's not. | ||
28 | ok djm@ | ||
23 | 29 | ||
24 | 20100324 | 30 | 20100324 |
25 | - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory | 31 | - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory |
diff --git a/ssh_config.5 b/ssh_config.5 index 8cf02597d..410853560 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 |
@@ -734,11 +734,7 @@ This allows a client to prefer one method (e.g.\& | |||
734 | over another method (e.g.\& | 734 | over another method (e.g.\& |
735 | .Cm password ) | 735 | .Cm password ) |
736 | The default for this option is: | 736 | The default for this option is: |
737 | .Do gssapi-with-mic , | 737 | .Do gssapi-with-mic,hostbased,publickey,keyboard-interactive,password |
738 | hostbased, | ||
739 | publickey, | ||
740 | keyboard-interactive, | ||
741 | password | ||
742 | .Dc . | 738 | .Dc . |
743 | .It Cm Protocol | 739 | .It Cm Protocol |
744 | Specifies the protocol versions | 740 | Specifies the protocol versions |