- markus@cvs.openbsd.org 2001/02/22 21:57:27
[ssh.1 sshd.8] typos/grammar from matt@anzen.com
This commit is contained in:
parent
531a445c3a
commit
ebd888d919
|
@ -28,6 +28,9 @@
|
||||||
- deraadt@cvs.openbsd.org 2001/02/22 18:09:06
|
- deraadt@cvs.openbsd.org 2001/02/22 18:09:06
|
||||||
[sshd_config]
|
[sshd_config]
|
||||||
activate RSA 2 key
|
activate RSA 2 key
|
||||||
|
- markus@cvs.openbsd.org 2001/02/22 21:57:27
|
||||||
|
[ssh.1 sshd.8]
|
||||||
|
typos/grammar from matt@anzen.com
|
||||||
|
|
||||||
20010304
|
20010304
|
||||||
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
||||||
|
@ -4220,4 +4223,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.860 2001/03/05 05:17:18 mouring Exp $
|
$Id: ChangeLog,v 1.861 2001/03/05 05:49:29 mouring Exp $
|
||||||
|
|
8
ssh.1
8
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.91 2001/02/11 12:59:25 markus Exp $
|
.\" $OpenBSD: ssh.1,v 1.92 2001/02/22 21:57:26 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -274,7 +274,7 @@ On most systems, setting the escape character to
|
||||||
will also make the session transparent even if a tty is used.
|
will also make the session transparent even if a tty is used.
|
||||||
.Pp
|
.Pp
|
||||||
The session terminates when the command or shell on the remote
|
The session terminates when the command or shell on the remote
|
||||||
machine exists and all X11 and TCP/IP connections have been closed.
|
machine exits and all X11 and TCP/IP connections have been closed.
|
||||||
The exit status of the remote program is returned as the exit status
|
The exit status of the remote program is returned as the exit status
|
||||||
of
|
of
|
||||||
.Nm ssh .
|
.Nm ssh .
|
||||||
|
@ -322,7 +322,7 @@ command line or in a configuration file.
|
||||||
Forwarding of arbitrary TCP/IP connections over the secure channel can
|
Forwarding of arbitrary TCP/IP connections over the secure channel can
|
||||||
be specified either on command line or in a configuration file.
|
be specified either on command line or in a configuration file.
|
||||||
One possible application of TCP/IP forwarding is a secure connection to an
|
One possible application of TCP/IP forwarding is a secure connection to an
|
||||||
electronic purse; another is going trough firewalls.
|
electronic purse; another is going through firewalls.
|
||||||
.Pp
|
.Pp
|
||||||
.Ss Server authentication
|
.Ss Server authentication
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -1196,7 +1196,7 @@ also used by rlogin and rsh, which makes using this file insecure.)
|
||||||
Each line of the file contains a host name (in the canonical form
|
Each line of the file contains a host name (in the canonical form
|
||||||
returned by name servers), and then a user name on that host,
|
returned by name servers), and then a user name on that host,
|
||||||
separated by a space.
|
separated by a space.
|
||||||
One some machines this file may need to be
|
On some machines this file may need to be
|
||||||
world-readable if the user's home directory is on a NFS partition,
|
world-readable if the user's home directory is on a NFS partition,
|
||||||
because
|
because
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
|
|
4
sshd.8
4
sshd.8
|
@ -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: sshd.8,v 1.95 2001/02/17 23:48:48 deraadt Exp $
|
.\" $OpenBSD: sshd.8,v 1.96 2001/02/22 21:57:27 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -978,7 +978,7 @@ These files are consulted when using rhosts with RSA host
|
||||||
authentication to check the public key of the host.
|
authentication to check the public key of the host.
|
||||||
The key must be listed in one of these files to be accepted.
|
The key must be listed in one of these files to be accepted.
|
||||||
The client uses the same files
|
The client uses the same files
|
||||||
to verify that the remote host is the one it intended to connect.
|
to verify that it is connecting to the correct remote host.
|
||||||
These files should be writable only by root/the owner.
|
These files should be writable only by root/the owner.
|
||||||
.Pa /etc/ssh_known_hosts
|
.Pa /etc/ssh_known_hosts
|
||||||
should be world-readable, and
|
should be world-readable, and
|
||||||
|
|
Loading…
Reference in New Issue