summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-14 10:08:57 +1100
committerDamien Miller <djm@mindrot.org>2006-01-14 10:08:57 +1100
commit7e76e1f101cf672df9ca1822f2a04cb4289df519 (patch)
treef71aa123f356c56c5ef86e978a44602f94bdd4df
parente87eb4ce3ce4711b94a72d729352c240047f17c1 (diff)
- jmc@cvs.openbsd.org 2006/01/06 13:29:10
[ssh.1] final round of whacking FILES for duplicate info, and some consistency fixes; ok djm
-rw-r--r--ChangeLog7
-rw-r--r--ssh.125
2 files changed, 14 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 462328c18..e453cd43c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
4 [ssh.1] 4 [ssh.1]
5 weed out some duplicate info in the known_hosts FILES entries; 5 weed out some duplicate info in the known_hosts FILES entries;
6 ok djm 6 ok djm
7 - jmc@cvs.openbsd.org 2006/01/06 13:29:10
8 [ssh.1]
9 final round of whacking FILES for duplicate info, and some consistency
10 fixes;
11 ok djm
7 12
820060109 1320060109
9 - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on 14 - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
@@ -3681,4 +3686,4 @@
3681 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3686 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3682 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3687 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3683 3688
3684$Id: ChangeLog,v 1.4084 2006/01/13 23:08:36 djm Exp $ 3689$Id: ChangeLog,v 1.4085 2006/01/13 23:08:57 djm Exp $
diff --git a/ssh.1 b/ssh.1
index cfe1655e6..0ebe177f5 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
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.244 2006/01/06 13:27:32 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.245 2006/01/06 13:29:10 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1078,9 +1078,6 @@ Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1078The format of this file is described in the 1078The format of this file is described in the
1079.Xr sshd 8 1079.Xr sshd 8
1080manual page. 1080manual page.
1081In the simplest form the format is the same as the
1082.Pa .pub
1083identity files.
1084This file is not highly sensitive, but the recommended 1081This file is not highly sensitive, but the recommended
1085permissions are read/write for the user, and not accessible by others. 1082permissions are read/write for the user, and not accessible by others.
1086.Pp 1083.Pp
@@ -1129,7 +1126,7 @@ for further details of the format of this file.
1129.It ~/.ssh/rc 1126.It ~/.ssh/rc
1130Commands in this file are executed by 1127Commands in this file are executed by
1131.Nm 1128.Nm
1132when the user logs in just before the user's shell (or command) is 1129when the user logs in, just before the user's shell (or command) is
1133started. 1130started.
1134See the 1131See the
1135.Xr sshd 8 1132.Xr sshd 8
@@ -1154,24 +1151,18 @@ The file format and configuration options are described in
1154.It /etc/ssh/ssh_host_dsa_key 1151.It /etc/ssh/ssh_host_dsa_key
1155.It /etc/ssh/ssh_host_rsa_key 1152.It /etc/ssh/ssh_host_rsa_key
1156These three files contain the private parts of the host keys 1153These three files contain the private parts of the host keys
1157and are used for 1154and are used for host-based authentication.
1158.Cm RhostsRSAAuthentication 1155If protocol version 1 is used,
1159and
1160.Cm HostbasedAuthentication .
1161If the protocol version 1
1162.Cm RhostsRSAAuthentication
1163method is used,
1164.Nm 1156.Nm
1165must be setuid root, since the host key is readable only by root. 1157must be setuid root, since the host key is readable only by root.
1166For protocol version 2, 1158For protocol version 2,
1167.Nm 1159.Nm
1168uses 1160uses
1169.Xr ssh-keysign 8 1161.Xr ssh-keysign 8
1170to access the host keys for 1162to access the host keys,
1171.Cm HostbasedAuthentication . 1163eliminating the requirement that
1172This eliminates the requirement that
1173.Nm 1164.Nm
1174be setuid root when that authentication method is used. 1165be setuid root when host-based authentication is used.
1175By default 1166By default
1176.Nm 1167.Nm
1177is not setuid root. 1168is not setuid root.
@@ -1189,7 +1180,7 @@ for further details of the format of this file.
1189.It /etc/ssh/sshrc 1180.It /etc/ssh/sshrc
1190Commands in this file are executed by 1181Commands in this file are executed by
1191.Nm 1182.Nm
1192when the user logs in just before the user's shell (or command) is started. 1183when the user logs in, just before the user's shell (or command) is started.
1193See the 1184See the
1194.Xr sshd 8 1185.Xr sshd 8
1195manual page for more information. 1186manual page for more information.