summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-18 17:46:27 +1100
committerDamien Miller <djm@mindrot.org>2013-12-18 17:46:27 +1100
commit8ba0ead6985ea14999265136b14ffd5aeec516f9 (patch)
tree1fdf16c075d97bbcbe5548ce8ec2082d04d3925c /ssh_config.5
parent4f752cf71cf44bf4bc777541156c2bf56daf9ce9 (diff)
- naddy@cvs.openbsd.org 2013/12/07 11:58:46
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1] [ssh_config.5 sshd.8 sshd_config.5] add missing mentions of ed25519; ok djm@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 6 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 43455342a..7b2fdacbb 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.182 2013/12/06 13:39:49 markus Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.183 2013/12/07 11:58:46 naddy Exp $
37.Dd $Mdocdate: December 6 2013 $ 37.Dd $Mdocdate: December 7 2013 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -718,6 +718,7 @@ The default for this option is:
718ecdsa-sha2-nistp256-cert-v01@openssh.com, 718ecdsa-sha2-nistp256-cert-v01@openssh.com,
719ecdsa-sha2-nistp384-cert-v01@openssh.com, 719ecdsa-sha2-nistp384-cert-v01@openssh.com,
720ecdsa-sha2-nistp521-cert-v01@openssh.com, 720ecdsa-sha2-nistp521-cert-v01@openssh.com,
721ssh-ed25519-cert-v01@openssh.com,
721ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com, 722ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,
722ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com, 723ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,
723ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, 724ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
@@ -763,13 +764,14 @@ offers many different identities.
763The default is 764The default is
764.Dq no . 765.Dq no .
765.It Cm IdentityFile 766.It Cm IdentityFile
766Specifies a file from which the user's DSA, ECDSA or RSA authentication 767Specifies a file from which the user's DSA, ECDSA, ED25519 or RSA authentication
767identity is read. 768identity is read.
768The default is 769The default is
769.Pa ~/.ssh/identity 770.Pa ~/.ssh/identity
770for protocol version 1, and 771for protocol version 1, and
771.Pa ~/.ssh/id_dsa , 772.Pa ~/.ssh/id_dsa ,
772.Pa ~/.ssh/id_ecdsa 773.Pa ~/.ssh/id_ecdsa ,
774.Pa ~/.ssh/id_ed25519
773and 775and
774.Pa ~/.ssh/id_rsa 776.Pa ~/.ssh/id_rsa
775for protocol version 2. 777for protocol version 2.