summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordjm <djm>2010-09-24 12:11:53 +0000
committerdjm <djm>2010-09-24 12:11:53 +0000
commit37b56d4c4e5f791d26af58a68d03d6d6d606f785 (patch)
tree60c05232e238adefae4ba6a3e7d985488f1c8cf7 /ssh_config.5
parentb94d6d23e18de0c96fc879a55b0038f3439b6445 (diff)
downloadopenssh-37b56d4c4e5f791d26af58a68d03d6d6d606f785.tar.gz
- 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 6e49842a..4a71e2af 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
.\" (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_config.5,v 1.140 2010/09/22 05:01:29 djm Exp $
+.\" $OpenBSD: ssh_config.5,v 1.141 2010/09/22 08:30:08 jmc Exp $
.Dd $Mdocdate: September 22 2010 $
.Dt SSH_CONFIG 5
.Os
@@ -649,14 +649,14 @@ and
.It Cm KexAlgorithms
Specifies the available KEX (Key Exchange) algorithms.
Multiple algorithms must be comma-separated.
-The default is
-.Dq ecdh-sha2-nistp256 ,
-.Dq ecdh-sha2-nistp384 ,
-.Dq ecdh-sha2-nistp521 ,
-.Dq diffie-hellman-group-exchange-sha256 ,
-.Dq diffie-hellman-group-exchange-sha1 ,
-.Dq diffie-hellman-group14-sha1 ,
-.Dq diffie-hellman-group1-sha1 .
+The default is:
+.Bd -literal -offset indent
+ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
+diffie-hellman-group-exchange-sha256,
+diffie-hellman-group-exchange-sha1,
+diffie-hellman-group14-sha1,
+diffie-hellman-group1-sha1
+.Ed
.It Cm LocalCommand
Specifies a command to execute on the local machine after successfully
connecting to the server.