summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-05-26 12:19:17 +1000
committerDamien Miller <djm@mindrot.org>2005-05-26 12:19:17 +1000
commit3710f278ae76751118fb3ced2ee6e8e320b91002 (patch)
tree049c62a80c0ad073f0b20c1fd7d330d7bcadfb7d /ssh_config.5
parentb089fb5fe15a6b1936262a33417265f8cb9b0afb (diff)
- djm@cvs.openbsd.org 2005/05/23 23:32:46
[cipher.c myproposal.h ssh.1 ssh_config.5 sshd_config.5] add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; ok markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.59
1 files changed, 6 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 42eefa034..18899ae58 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
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.53 2005/05/20 11:23:32 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.54 2005/05/23 23:32:46 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -193,14 +193,17 @@ The supported ciphers are
193.Dq aes128-ctr , 193.Dq aes128-ctr ,
194.Dq aes192-ctr , 194.Dq aes192-ctr ,
195.Dq aes256-ctr , 195.Dq aes256-ctr ,
196.Dq arcfour128 ,
197.Dq arcfour256 ,
196.Dq arcfour , 198.Dq arcfour ,
197.Dq blowfish-cbc , 199.Dq blowfish-cbc ,
198and 200and
199.Dq cast128-cbc . 201.Dq cast128-cbc .
200The default is 202The default is
201.Bd -literal 203.Bd -literal
202 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour, 204 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
203 aes192-cbc,aes256-cbc'' 205 arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
206 aes192-ctr,aes256-ctr''
204.Ed 207.Ed
205.It Cm ClearAllForwardings 208.It Cm ClearAllForwardings
206Specifies that all local, remote and dynamic port forwardings 209Specifies that all local, remote and dynamic port forwardings