summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ssh.127
2 files changed, 13 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 487cbe04a..c46c88ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,14 @@
3 - markus@cvs.openbsd.org 2009/03/17 21:37:00 3 - markus@cvs.openbsd.org 2009/03/17 21:37:00
4 [ssh.c] 4 [ssh.c]
5 pass correct argv[0] to openlog(); ok djm@ 5 pass correct argv[0] to openlog(); ok djm@
6 - jmc@cvs.openbsd.org 2009/03/19 15:15:09
7 [ssh.1]
8 for "Ciphers", just point the reader to the keyword in ssh_config(5), just
9 as we do for "MACs": this stops us getting out of sync when the lists
10 change;
11 fixes documentation/6102, submitted by Peter J. Philipp
12 alternative fix proposed by djm
13 ok markus
6 14
720090616 1520090616
8 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t 16 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
diff --git a/ssh.1 b/ssh.1
index 421783be3..6c6271ee4 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.1,v 1.282 2009/02/12 03:44:25 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.283 2009/03/19 15:15:09 jmc Exp $
38.Dd $Mdocdate: February 12 2009 $ 38.Dd $Mdocdate: March 19 2009 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -191,26 +191,9 @@ For protocol version 2,
191.Ar cipher_spec 191.Ar cipher_spec
192is a comma-separated list of ciphers 192is a comma-separated list of ciphers
193listed in order of preference. 193listed in order of preference.
194The supported ciphers are: 194See the
1953des-cbc, 195.Cm Ciphers
196aes128-cbc, 196keyword for more information.
197aes192-cbc,
198aes256-cbc,
199aes128-ctr,
200aes192-ctr,
201aes256-ctr,
202arcfour128,
203arcfour256,
204arcfour,
205blowfish-cbc,
206and
207cast128-cbc.
208The default is:
209.Bd -literal -offset indent
210aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
211arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
212aes192-ctr,aes256-ctr
213.Ed
214.It Fl D Xo 197.It Fl D Xo
215.Sm off 198.Sm off
216.Oo Ar bind_address : Oc 199.Oo Ar bind_address : Oc