summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-04 23:20:18 +1100
committerDamien Miller <djm@mindrot.org>2001-02-04 23:20:18 +1100
commit33804263583e82fb7e6e36477fe63ebd14f15ecb (patch)
tree90d891bedf231b49acdd91f456d58a4142070bd6 /ssh.1
parent45cb2937bc8a74c1e1f7da3b35ad4319d3033baf (diff)
NB: big update - may break stuff. Please test!
- (djm) OpenBSD CVS sync: - markus@cvs.openbsd.org 2001/02/03 03:08:38 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c] [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8] [sshd_config] make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ - markus@cvs.openbsd.org 2001/02/03 03:19:51 [ssh.1 sshd.8 sshd_config] Skey is now called ChallengeResponse - markus@cvs.openbsd.org 2001/02/03 03:43:09 [sshd.8] use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean channel. note from Erik.Anggard@cygate.se (pr/1659) - stevesk@cvs.openbsd.org 2001/02/03 10:03:06 [ssh.1] typos; ok markus@ - djm@cvs.openbsd.org 2001/02/04 04:11:56 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h] [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c] Basic interactive sftp client; ok theo@ - (djm) Update RPM specs for new sftp binary - (djm) Update several bits for new optional reverse lookup stuff. I think I got them all.
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.112
1 files changed, 7 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 6f10436a2..99fb8c7cd 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.80 2001/01/29 12:36:10 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.83 2001/02/04 11:11:55 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -753,8 +753,8 @@ Specifies a file to use instead of
753.It Cm HostKeyAlias 753.It Cm HostKeyAlias
754Specifies an alias that should be used instead of the 754Specifies an alias that should be used instead of the
755real host name when looking up or saving the host key 755real host name when looking up or saving the host key
756the kown_hosts files. 756in the known_hosts files.
757This option is useful for tunneling ssh connection 757This option is useful for tunneling ssh connections
758or if you have multiple servers running on a single host. 758or if you have multiple servers running on a single host.
759.It Cm HostName 759.It Cm HostName
760Specifies the real host name to log into. 760Specifies the real host name to log into.
@@ -914,8 +914,9 @@ RSA authentication will only be
914attempted if the identity file exists, or an authentication agent is 914attempted if the identity file exists, or an authentication agent is
915running. 915running.
916Note that this option applies to protocol version 1 only. 916Note that this option applies to protocol version 1 only.
917.It Cm SkeyAuthentication 917.It Cm ChallengeResponseAuthentication
918Specifies whether to use 918Specifies whether to use challenge response authentication.
919Currently there is only support for
919.Xr skey 1 920.Xr skey 1
920authentication. 921authentication.
921The argument to this keyword must be 922The argument to this keyword must be
@@ -1270,6 +1271,7 @@ protocol versions 1.5 and 2.0.
1270.Xr rlogin 1 , 1271.Xr rlogin 1 ,
1271.Xr rsh 1 , 1272.Xr rsh 1 ,
1272.Xr scp 1 , 1273.Xr scp 1 ,
1274.Xr sftp 1 ,
1273.Xr ssh-add 1 , 1275.Xr ssh-add 1 ,
1274.Xr ssh-agent 1 , 1276.Xr ssh-agent 1 ,
1275.Xr ssh-keygen 1 , 1277.Xr ssh-keygen 1 ,