diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-10-11 21:51:40 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-10-11 21:51:40 +1100 |
commit | 7a4a76579e5321f52b773fc84f7bbe0f07adc5f2 (patch) | |
tree | 0367fc94a0c804625cd5399449ec4f616ee0524f /sshd.8 | |
parent | bad5076bb5d5587cf8b889cd9ce495c39282786b (diff) | |
download | openssh-git-7a4a76579e5321f52b773fc84f7bbe0f07adc5f2.tar.gz |
- 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 'sshd.8')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,8 +34,8 @@ .\" (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: sshd.8,v 1.248 2009/03/26 08:38:39 sobrado Exp $ -.Dd $Mdocdate: March 26 2009 $ +.\" $OpenBSD: sshd.8,v 1.249 2009/10/08 20:42:13 jmc Exp $ +.Dd $Mdocdate: October 8 2009 $ .Dt SSHD 8 .Os .Sh NAME @@ -260,7 +260,7 @@ or .El .Sh AUTHENTICATION The OpenSSH SSH daemon supports SSH protocols 1 and 2. -Both protocols are supported by default, +The default is to use protocol 2 only, though this can be changed via the .Cm Protocol option in |