diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 3ef494618..8809568a6 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.178 2013/10/24 00:51:48 dtucker Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.179 2013/11/02 22:39:19 markus Exp $ |
37 | .Dd $Mdocdate: October 24 2013 $ | 37 | .Dd $Mdocdate: November 2 2013 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -873,6 +873,7 @@ Specifies the available KEX (Key Exchange) algorithms. | |||
873 | Multiple algorithms must be comma-separated. | 873 | Multiple algorithms must be comma-separated. |
874 | The default is: | 874 | The default is: |
875 | .Bd -literal -offset indent | 875 | .Bd -literal -offset indent |
876 | curve25519-sha256@libssh.org, | ||
876 | ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, | 877 | ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, |
877 | diffie-hellman-group-exchange-sha256, | 878 | diffie-hellman-group-exchange-sha256, |
878 | diffie-hellman-group-exchange-sha1, | 879 | diffie-hellman-group-exchange-sha1, |