diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -34,7 +34,7 @@ | |||
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.1,v 1.100 2001/03/26 15:47:59 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.101 2001/04/05 15:45:43 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -884,11 +884,11 @@ and | |||
884 | .Dq 2 . | 884 | .Dq 2 . |
885 | Multiple versions must be comma-separated. | 885 | Multiple versions must be comma-separated. |
886 | The default is | 886 | The default is |
887 | .Dq 1,2 . | 887 | .Dq 2,1 . |
888 | This means that | 888 | This means that |
889 | .Nm | 889 | .Nm |
890 | tries version 1 and falls back to version 2 | 890 | tries version 2 and falls back to version 1 |
891 | if version 1 is not available. | 891 | if version 2 is not available. |
892 | .It Cm ProxyCommand | 892 | .It Cm ProxyCommand |
893 | Specifies the command to use to connect to the server. | 893 | Specifies the command to use to connect to the server. |
894 | The command | 894 | The command |