summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.111
1 files changed, 9 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 81d404702..35e29cc0c 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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
1245but allows host-based authentication without permitting login with 1245but allows host-based authentication without permitting login with
1246rlogin/rsh. 1246rlogin/rsh.
1247.Pp 1247.Pp
1248.It ~/.ssh/
1249This directory is the default location for all user-specific configuration
1250and authentication information.
1251There is no general requirement to keep the entire contents of this directory
1252secret, but the recommended permissions are read/write/execute for the user,
1253and not accessible by others.
1254.Pp
1248.It ~/.ssh/authorized_keys 1255.It ~/.ssh/authorized_keys
1249Lists the public keys (RSA/DSA) that can be used for logging in as this user. 1256Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1250The format of this file is described in the 1257The format of this file is described in the