mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- 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
This commit is contained in:
parent
e87eb4ce3c
commit
7e76e1f101
@ -4,6 +4,11 @@
|
|||||||
[ssh.1]
|
[ssh.1]
|
||||||
weed out some duplicate info in the known_hosts FILES entries;
|
weed out some duplicate info in the known_hosts FILES entries;
|
||||||
ok djm
|
ok djm
|
||||||
|
- 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
|
||||||
|
|
||||||
20060109
|
20060109
|
||||||
- (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
|
- (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
|
||||||
@ -3681,4 +3686,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4084 2006/01/13 23:08:36 djm Exp $
|
$Id: ChangeLog,v 1.4085 2006/01/13 23:08:57 djm Exp $
|
||||||
|
25
ssh.1
25
ssh.1
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.244 2006/01/06 13:27:32 jmc Exp $
|
.\" $OpenBSD: ssh.1,v 1.245 2006/01/06 13:29:10 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
@ -1078,9 +1078,6 @@ Lists the public keys (RSA/DSA) that can be used for logging in as this user.
|
|||||||
The format of this file is described in the
|
The format of this file is described in the
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
manual page.
|
manual page.
|
||||||
In the simplest form the format is the same as the
|
|
||||||
.Pa .pub
|
|
||||||
identity files.
|
|
||||||
This file is not highly sensitive, but the recommended
|
This file is not highly sensitive, but the recommended
|
||||||
permissions are read/write for the user, and not accessible by others.
|
permissions are read/write for the user, and not accessible by others.
|
||||||
.Pp
|
.Pp
|
||||||
@ -1129,7 +1126,7 @@ for further details of the format of this file.
|
|||||||
.It ~/.ssh/rc
|
.It ~/.ssh/rc
|
||||||
Commands in this file are executed by
|
Commands in this file are executed by
|
||||||
.Nm
|
.Nm
|
||||||
when the user logs in just before the user's shell (or command) is
|
when the user logs in, just before the user's shell (or command) is
|
||||||
started.
|
started.
|
||||||
See the
|
See the
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
@ -1154,24 +1151,18 @@ The file format and configuration options are described in
|
|||||||
.It /etc/ssh/ssh_host_dsa_key
|
.It /etc/ssh/ssh_host_dsa_key
|
||||||
.It /etc/ssh/ssh_host_rsa_key
|
.It /etc/ssh/ssh_host_rsa_key
|
||||||
These three files contain the private parts of the host keys
|
These three files contain the private parts of the host keys
|
||||||
and are used for
|
and are used for host-based authentication.
|
||||||
.Cm RhostsRSAAuthentication
|
If protocol version 1 is used,
|
||||||
and
|
|
||||||
.Cm HostbasedAuthentication .
|
|
||||||
If the protocol version 1
|
|
||||||
.Cm RhostsRSAAuthentication
|
|
||||||
method is used,
|
|
||||||
.Nm
|
.Nm
|
||||||
must be setuid root, since the host key is readable only by root.
|
must be setuid root, since the host key is readable only by root.
|
||||||
For protocol version 2,
|
For protocol version 2,
|
||||||
.Nm
|
.Nm
|
||||||
uses
|
uses
|
||||||
.Xr ssh-keysign 8
|
.Xr ssh-keysign 8
|
||||||
to access the host keys for
|
to access the host keys,
|
||||||
.Cm HostbasedAuthentication .
|
eliminating the requirement that
|
||||||
This eliminates the requirement that
|
|
||||||
.Nm
|
.Nm
|
||||||
be setuid root when that authentication method is used.
|
be setuid root when host-based authentication is used.
|
||||||
By default
|
By default
|
||||||
.Nm
|
.Nm
|
||||||
is not setuid root.
|
is not setuid root.
|
||||||
@ -1189,7 +1180,7 @@ for further details of the format of this file.
|
|||||||
.It /etc/ssh/sshrc
|
.It /etc/ssh/sshrc
|
||||||
Commands in this file are executed by
|
Commands in this file are executed by
|
||||||
.Nm
|
.Nm
|
||||||
when the user logs in just before the user's shell (or command) is started.
|
when the user logs in, just before the user's shell (or command) is started.
|
||||||
See the
|
See the
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
manual page for more information.
|
manual page for more information.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user