diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-18 17:46:27 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-18 17:46:27 +1100 |
commit | 8ba0ead6985ea14999265136b14ffd5aeec516f9 (patch) | |
tree | 1fdf16c075d97bbcbe5548ce8ec2082d04d3925c /ssh_config.5 | |
parent | 4f752cf71cf44bf4bc777541156c2bf56daf9ce9 (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.5 | 10 |
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: | |||
718 | ecdsa-sha2-nistp256-cert-v01@openssh.com, | 718 | ecdsa-sha2-nistp256-cert-v01@openssh.com, |
719 | ecdsa-sha2-nistp384-cert-v01@openssh.com, | 719 | ecdsa-sha2-nistp384-cert-v01@openssh.com, |
720 | ecdsa-sha2-nistp521-cert-v01@openssh.com, | 720 | ecdsa-sha2-nistp521-cert-v01@openssh.com, |
721 | ssh-ed25519-cert-v01@openssh.com, | ||
721 | ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com, | 722 | ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com, |
722 | ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com, | 723 | ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com, |
723 | ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, | 724 | ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, |
@@ -763,13 +764,14 @@ offers many different identities. | |||
763 | The default is | 764 | The default is |
764 | .Dq no . | 765 | .Dq no . |
765 | .It Cm IdentityFile | 766 | .It Cm IdentityFile |
766 | Specifies a file from which the user's DSA, ECDSA or RSA authentication | 767 | Specifies a file from which the user's DSA, ECDSA, ED25519 or RSA authentication |
767 | identity is read. | 768 | identity is read. |
768 | The default is | 769 | The default is |
769 | .Pa ~/.ssh/identity | 770 | .Pa ~/.ssh/identity |
770 | for protocol version 1, and | 771 | for 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 | ||
773 | and | 775 | and |
774 | .Pa ~/.ssh/id_rsa | 776 | .Pa ~/.ssh/id_rsa |
775 | for protocol version 2. | 777 | for protocol version 2. |