diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-10-11 12:51:40 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-10-11 12:51:40 +0200 |
commit | 7a4a76579e5321f52b773fc84f7bbe0f07adc5f2 (patch) | |
tree | 0367fc94a0c804625cd5399449ec4f616ee0524f /ssh_config.5 | |
parent | - (dtucker) OpenBSD CVS Sync (diff) | |
download | openssh-7a4a76579e5321f52b773fc84f7bbe0f07adc5f2.tar.xz openssh-7a4a76579e5321f52b773fc84f7bbe0f07adc5f2.zip |
- jmc@cvs.openbsd.org 2009/10/08 20:42:12
[sshd_config.5 ssh_config.5 sshd.8 ssh.1]
some tweaks now that protocol 1 is not offered by default; ok markus
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 82c2a30b0..89f3896e6 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.120 2009/10/08 14:03:41 markus Exp $ +.\" $OpenBSD: ssh_config.5,v 1.121 2009/10/08 20:42:13 jmc Exp $ .Dd $Mdocdate: October 8 2009 $ .Dt SSH_CONFIG 5 .Os @@ -731,12 +731,12 @@ and .Sq 2 . Multiple versions must be comma-separated. When this option is set to -.Dq 2,1 +.Dq 2,1 .Nm ssh will try version 2 and fall back to version 1 if version 2 is not available. The default is -.Dq 2 . +.Sq 2 . .It Cm ProxyCommand Specifies the command to use to connect to the server. The command |