diff options
author | Damien Miller <djm@mindrot.org> | 2009-01-28 16:34:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-01-28 16:34:00 +1100 |
commit | 9aa72ba57af907af8f7228f64fca8a474797898f (patch) | |
tree | 42e3e9e943030860441c6490e1af48e6c17dd8fc /ssh_config.5 | |
parent | 67081b5148f73c9af21e933b460f5bc1affb5661 (diff) |
- naddy@cvs.openbsd.org 2009/01/24 17:10:22
[ssh_config.5 sshd_config.5]
sync list of preferred ciphers; ok djm@
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index abc3b0b16..376d928a1 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -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_config.5,v 1.115 2008/11/04 08:22:13 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.116 2009/01/24 17:10:22 naddy Exp $ |
38 | .Dd $Mdocdate: November 4 2008 $ | 38 | .Dd $Mdocdate: January 24 2009 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -204,9 +204,9 @@ and | |||
204 | .Dq cast128-cbc . | 204 | .Dq cast128-cbc . |
205 | The default is: | 205 | The default is: |
206 | .Bd -literal -offset 3n | 206 | .Bd -literal -offset 3n |
207 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, | 207 | aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, |
208 | arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, | 208 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, |
209 | aes192-ctr,aes256-ctr | 209 | aes256-cbc,arcfour |
210 | .Ed | 210 | .Ed |
211 | .It Cm ClearAllForwardings | 211 | .It Cm ClearAllForwardings |
212 | Specifies that all local, remote, and dynamic port forwardings | 212 | Specifies that all local, remote, and dynamic port forwardings |