diff options
-rw-r--r-- | ssh-add.1 | 12 | ||||
-rw-r--r-- | ssh-keygen.1 | 10 | ||||
-rw-r--r-- | ssh.1 | 7 |
3 files changed, 14 insertions, 15 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.63 2017/05/03 06:32:02 jmc Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.64 2017/05/05 10:41:58 naddy Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: May 3 2017 $ | 38 | .Dd $Mdocdate: May 5 2017 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -174,13 +174,13 @@ socket used to communicate with the agent. | |||
174 | .Sh FILES | 174 | .Sh FILES |
175 | .Bl -tag -width Ds | 175 | .Bl -tag -width Ds |
176 | .It Pa ~/.ssh/id_dsa | 176 | .It Pa ~/.ssh/id_dsa |
177 | Contains the protocol version 2 DSA authentication identity of the user. | 177 | Contains the DSA authentication identity of the user. |
178 | .It Pa ~/.ssh/id_ecdsa | 178 | .It Pa ~/.ssh/id_ecdsa |
179 | Contains the protocol version 2 ECDSA authentication identity of the user. | 179 | Contains the ECDSA authentication identity of the user. |
180 | .It Pa ~/.ssh/id_ed25519 | 180 | .It Pa ~/.ssh/id_ed25519 |
181 | Contains the protocol version 2 Ed25519 authentication identity of the user. | 181 | Contains the Ed25519 authentication identity of the user. |
182 | .It Pa ~/.ssh/id_rsa | 182 | .It Pa ~/.ssh/id_rsa |
183 | Contains the protocol version 2 RSA authentication identity of the user. | 183 | Contains the RSA authentication identity of the user. |
184 | .El | 184 | .El |
185 | .Pp | 185 | .Pp |
186 | Identity files should not be readable by anyone but the user. | 186 | Identity files should not be readable by anyone but the user. |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index d8ae3fada..786d37d51 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.140 2017/05/03 06:32:02 jmc Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.141 2017/05/05 10:41:58 naddy Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: May 3 2017 $ | 38 | .Dd $Mdocdate: May 5 2017 $ |
39 | .Dt SSH-KEYGEN 1 | 39 | .Dt SSH-KEYGEN 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -148,7 +148,7 @@ The type of key to be generated is specified with the | |||
148 | option. | 148 | option. |
149 | If invoked without any arguments, | 149 | If invoked without any arguments, |
150 | .Nm | 150 | .Nm |
151 | will generate an RSA key for use in SSH protocol 2 connections. | 151 | will generate an RSA key. |
152 | .Pp | 152 | .Pp |
153 | .Nm | 153 | .Nm |
154 | is also used to generate groups for use in Diffie-Hellman group | 154 | is also used to generate groups for use in Diffie-Hellman group |
@@ -816,7 +816,7 @@ A zero exit status will only be returned if no key was revoked. | |||
816 | .It Pa ~/.ssh/id_ecdsa | 816 | .It Pa ~/.ssh/id_ecdsa |
817 | .It Pa ~/.ssh/id_ed25519 | 817 | .It Pa ~/.ssh/id_ed25519 |
818 | .It Pa ~/.ssh/id_rsa | 818 | .It Pa ~/.ssh/id_rsa |
819 | Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA | 819 | Contains the DSA, ECDSA, Ed25519 or RSA |
820 | authentication identity of the user. | 820 | authentication identity of the user. |
821 | This file should not be readable by anyone but the user. | 821 | This file should not be readable by anyone but the user. |
822 | It is possible to | 822 | It is possible to |
@@ -832,7 +832,7 @@ will read this file when a login attempt is made. | |||
832 | .It Pa ~/.ssh/id_ecdsa.pub | 832 | .It Pa ~/.ssh/id_ecdsa.pub |
833 | .It Pa ~/.ssh/id_ed25519.pub | 833 | .It Pa ~/.ssh/id_ed25519.pub |
834 | .It Pa ~/.ssh/id_rsa.pub | 834 | .It Pa ~/.ssh/id_rsa.pub |
835 | Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA | 835 | Contains the DSA, ECDSA, Ed25519 or RSA |
836 | public key for authentication. | 836 | public key for authentication. |
837 | The contents of this file should be added to | 837 | The contents of this file should be added to |
838 | .Pa ~/.ssh/authorized_keys | 838 | .Pa ~/.ssh/authorized_keys |
@@ -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.1,v 1.380 2017/05/03 21:49:18 naddy Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.381 2017/05/05 10:41:58 naddy Exp $ |
37 | .Dd $Mdocdate: May 3 2017 $ | 37 | .Dd $Mdocdate: May 5 2017 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -271,8 +271,7 @@ The default is | |||
271 | .Pa ~/.ssh/id_ecdsa , | 271 | .Pa ~/.ssh/id_ecdsa , |
272 | .Pa ~/.ssh/id_ed25519 | 272 | .Pa ~/.ssh/id_ed25519 |
273 | and | 273 | and |
274 | .Pa ~/.ssh/id_rsa | 274 | .Pa ~/.ssh/id_rsa . |
275 | for protocol version 2. | ||
276 | Identity files may also be specified on | 275 | Identity files may also be specified on |
277 | a per-host basis in the configuration file. | 276 | a per-host basis in the configuration file. |
278 | It is possible to have multiple | 277 | It is possible to have multiple |