diff options
author | Damien Miller <djm@mindrot.org> | 2010-08-03 08:05:25 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-08-03 08:05:25 +0200 |
commit | 081f3c73d8ee4352968348bd6d3dfb65203f3e01 (patch) | |
tree | 53ea859109125e6d7729b21e09814987b019c2e5 | |
parent | - djm@cvs.openbsd.org 2010/07/21 02:10:58 (diff) | |
download | openssh-081f3c73d8ee4352968348bd6d3dfb65203f3e01.tar.xz openssh-081f3c73d8ee4352968348bd6d3dfb65203f3e01.zip |
- dtucker@cvs.openbsd.org 2010/07/23 08:49:25
[ssh.1]
Ciphers is documented in ssh_config(5) these days
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh.1 | 8 |
2 files changed, 8 insertions, 3 deletions
@@ -27,6 +27,9 @@ - djm@cvs.openbsd.org 2010/07/21 02:10:58 [misc.c] sync timingsafe_bcmp() with the one dempsky@ committed to sys/lib/libkern + - dtucker@cvs.openbsd.org 2010/07/23 08:49:25 + [ssh.1] + Ciphers is documented in ssh_config(5) these days 20100819 - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more @@ -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: ssh.1,v 1.306 2010/07/14 17:06:58 jmc Exp $ -.Dd $Mdocdate: July 14 2010 $ +.\" $OpenBSD: ssh.1,v 1.307 2010/07/23 08:49:25 dtucker Exp $ +.Dd $Mdocdate: July 23 2010 $ .Dt SSH 1 .Os .Sh NAME @@ -176,7 +176,9 @@ is a comma-separated list of ciphers listed in order of preference. See the .Cm Ciphers -keyword for more information. +keyword in +.Xr ssh_config 5 +for more information. .It Fl D Xo .Sm off .Oo Ar bind_address : Oc |