diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.271 2008/01/19 19:13:28 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.272 2008/02/09 12:15:43 mcbride Exp $ |
38 | .Dd $Mdocdate: January 19 2008 $ | 38 | .Dd $Mdocdate: February 9 2008 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -1245,6 +1245,13 @@ This file is used in exactly the same way as | |||
1245 | but allows host-based authentication without permitting login with | 1245 | but allows host-based authentication without permitting login with |
1246 | rlogin/rsh. | 1246 | rlogin/rsh. |
1247 | .Pp | 1247 | .Pp |
1248 | .It ~/.ssh/ | ||
1249 | This directory is the default location for all user-specific configuration | ||
1250 | and authentication information. | ||
1251 | There is no general requirement to keep the entire contents of this directory | ||
1252 | secret, but the recommended permissions are read/write/execute for the user, | ||
1253 | and not accessible by others. | ||
1254 | .Pp | ||
1248 | .It ~/.ssh/authorized_keys | 1255 | .It ~/.ssh/authorized_keys |
1249 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. | 1256 | Lists the public keys (RSA/DSA) that can be used for logging in as this user. |
1250 | The format of this file is described in the | 1257 | The format of this file is described in the |