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