diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-09 21:27:49 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-09 21:27:49 +1100 |
commit | 98c7ad60ec5725d91da9f9f6d26cd9fe477398c0 (patch) | |
tree | 104c3e3474be8e308d05e22d79715c833c6cf837 /ssh.1 | |
parent | 1a07ebd4d8d39c6814bbd84c1aec4ebf2bd005a2 (diff) |
- OpenBSD CVS updates to v1.2.3
[ssh.h atomicio.c]
- int atomicio -> ssize_t (for alpha). ok deraadt@
[auth-rsa.c]
- delay MD5 computation until client sends response, free() early, cleanup.
[cipher.c]
- void* -> unsigned char*, ok niels@
[hostfile.c]
- remove unused variable 'len'. fix comments.
- remove unused variable
[log-client.c log-server.c]
- rename a cpp symbol, to avoid param.h collision
[packet.c]
- missing xfree()
- getsockname() requires initialized tolen; andy@guildsoftware.com
- use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
from Holger.Trapp@Informatik.TU-Chemnitz.DE
[pty.c pty.h]
- register cleanup for pty earlier. move code for pty-owner handling to
pty.c ok provos@, dugsong@
[readconf.c]
- turn off x11-fwd for the client, too.
[rsa.c]
- PKCS#1 padding
[scp.c]
- allow '.' in usernames; from jedgar@fxp.org
[servconf.c]
- typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
- sync with sshd_config
[ssh-keygen.c]
- enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
[ssh.1]
- Change invalid 'CHAT' loglevel to 'VERBOSE'
[ssh.c]
- suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
- turn off x11-fwd for the client, too.
[sshconnect.c]
- missing xfree()
- retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
- read error vs. "Connection closed by remote host"
[sshd.8]
- ie. -> i.e.,
- do not link to a commercial page..
- sync with sshd_config
[sshd.c]
- no need for poll.h; from bright@wintelcom.net
- log with level log() not fatal() if peer behaves badly.
- don't panic if client behaves strange. ok deraadt@
- make no-port-forwarding for RSA keys deny both -L and -R style fwding
- delay close() of pty until the pty has been chowned back to root
- oops, fix comment, too.
- missing xfree()
- move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
(http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
- register cleanup for pty earlier. move code for pty-owner handling to
pty.c ok provos@, dugsong@
- create x11 cookie file
- fix pr 1113, fclose() -> pclose(), todo: remote popen()
- version 1.2.3
- Cleaned up
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -9,7 +9,7 @@ | |||
9 | .\" | 9 | .\" |
10 | .\" Created: Sat Apr 22 21:55:14 1995 ylo | 10 | .\" Created: Sat Apr 22 21:55:14 1995 ylo |
11 | .\" | 11 | .\" |
12 | .\" $Id: ssh.1,v 1.17 2000/03/03 11:48:49 damien Exp $ | 12 | .\" $Id: ssh.1,v 1.18 2000/03/09 10:27:52 damien Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd September 25, 1999 | 14 | .Dd September 25, 1999 |
15 | .Dt SSH 1 | 15 | .Dt SSH 1 |
@@ -557,6 +557,8 @@ set. The argument must be | |||
557 | .Dq yes | 557 | .Dq yes |
558 | or | 558 | or |
559 | .Dq no . | 559 | .Dq no . |
560 | The default is | ||
561 | .Dq no . | ||
560 | .It Cm GatewayPorts | 562 | .It Cm GatewayPorts |
561 | Specifies whether remote hosts are allowed to connect to local | 563 | Specifies whether remote hosts are allowed to connect to local |
562 | forwarded ports. | 564 | forwarded ports. |
@@ -813,7 +815,7 @@ and adds lines of the format | |||
813 | .Dq VARNAME=value | 815 | .Dq VARNAME=value |
814 | to the environment. | 816 | to the environment. |
815 | .Sh FILES | 817 | .Sh FILES |
816 | .Bl -tag -width $HOME/.ssh/known_hosts | 818 | .Bl -tag -width Ds |
817 | .It Pa $HOME/.ssh/known_hosts | 819 | .It Pa $HOME/.ssh/known_hosts |
818 | Records host keys for all hosts the user has logged into (that are not | 820 | Records host keys for all hosts the user has logged into (that are not |
819 | in | 821 | in |
@@ -958,17 +960,12 @@ above. | |||
958 | A version of this library which includes support for the RSA algorithm | 960 | A version of this library which includes support for the RSA algorithm |
959 | is required for proper operation. | 961 | is required for proper operation. |
960 | .Sh AUTHOR | 962 | .Sh AUTHOR |
961 | Tatu Ylonen <ylo@cs.hut.fi> | ||
962 | .Pp | ||
963 | Issues can be found from the SSH WWW home page: | ||
964 | .Pp | ||
965 | .Dl http://www.cs.hut.fi/ssh | ||
966 | .Pp | ||
967 | OpenSSH | 963 | OpenSSH |
968 | is a derivative of the original (free) ssh 1.2.12 release, but with bugs | 964 | is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, |
969 | removed and newer features re-added. Rapidly after the 1.2.12 release, | 965 | but with bugs removed and newer features re-added. Rapidly after the |
970 | newer versions bore successively more restrictive licenses. This version | 966 | 1.2.12 release, newer versions of the original ssh bore successively |
971 | of OpenSSH | 967 | more restrictive licenses, and thus demand for a free version was born. |
968 | This version of OpenSSH | ||
972 | .Bl -bullet | 969 | .Bl -bullet |
973 | .It | 970 | .It |
974 | has all components of a restrictive nature (i.e., patents, see | 971 | has all components of a restrictive nature (i.e., patents, see |
@@ -977,7 +974,8 @@ directly removed from the source code; any licensed or patented components | |||
977 | are chosen from | 974 | are chosen from |
978 | external libraries. | 975 | external libraries. |
979 | .It | 976 | .It |
980 | has been updated to support ssh protocol 1.5. | 977 | has been updated to support ssh protocol 1.5, making it compatible with |
978 | all other ssh protocol 1 clients and servers. | ||
981 | .It | 979 | .It |
982 | contains added support for | 980 | contains added support for |
983 | .Xr kerberos 8 | 981 | .Xr kerberos 8 |