summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-24 22:11:53 +1000
committerDamien Miller <djm@mindrot.org>2010-09-24 22:11:53 +1000
commit7fe2b1fec3b364faf952828f3875b8e7eed8feb4 (patch)
tree990bc603f5a01b374aa2759eb9cfe542b546da0c /ssh_config.5
parentd5f62bf280b0798d7009d4424594a648a4e887fb (diff)
- jmc@cvs.openbsd.org 2010/09/22 08:30:08
[ssh.1 ssh_config.5] ssh.1: add kexalgorithms to the -o list ssh_config.5: format the kexalgorithms in a more consistent (prettier!) way ok djm
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.518
1 files changed, 9 insertions, 9 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 6e49842a7..4a71e2af0 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.140 2010/09/22 05:01:29 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.141 2010/09/22 08:30:08 jmc Exp $
38.Dd $Mdocdate: September 22 2010 $ 38.Dd $Mdocdate: September 22 2010 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -649,14 +649,14 @@ and
649.It Cm KexAlgorithms 649.It Cm KexAlgorithms
650Specifies the available KEX (Key Exchange) algorithms. 650Specifies the available KEX (Key Exchange) algorithms.
651Multiple algorithms must be comma-separated. 651Multiple algorithms must be comma-separated.
652The default is 652The default is:
653.Dq ecdh-sha2-nistp256 , 653.Bd -literal -offset indent
654.Dq ecdh-sha2-nistp384 , 654ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
655.Dq ecdh-sha2-nistp521 , 655diffie-hellman-group-exchange-sha256,
656.Dq diffie-hellman-group-exchange-sha256 , 656diffie-hellman-group-exchange-sha1,
657.Dq diffie-hellman-group-exchange-sha1 , 657diffie-hellman-group14-sha1,
658.Dq diffie-hellman-group14-sha1 , 658diffie-hellman-group1-sha1
659.Dq diffie-hellman-group1-sha1 . 659.Ed
660.It Cm LocalCommand 660.It Cm LocalCommand
661Specifies a command to execute on the local machine after successfully 661Specifies a command to execute on the local machine after successfully
662connecting to the server. 662connecting to the server.