summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Collapse)Author
2000-01-14sort options, from paskalis@di.uoa.gr; .Xr gzip 1Markus Friedl
2000-01-14port:host:hostport in SYNOPSIS, from mep@netsec.netMarkus Friedl
2000-01-04document -4, -6, and 'ssh -L 2022/::1/22'Markus Friedl
1999-12-25remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, tooMarkus Friedl
1999-12-10typo; mark.baushke@solipsa.comNiels Provos
1999-12-02CheckHostIP is not available for connects via proxy commandMarkus Friedl
1999-11-24postpone fork_after_authentication until command execution,Markus Friedl
request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au plus: use daemon() for backgrounding
1999-11-22tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGEMarkus Friedl
messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@
1999-11-17Spell my name right.Aaron Campbell
1999-11-16add OpenSSH information to AUTHOR section. okay markus@Niels Provos
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
obsoletes QuietMode and FascistLogging in sshd.
1999-11-09user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millertMarkus Friedl
1999-10-17mention that verbose mode can be used s/key authenticationNiels Provos
1999-10-17update trailer, and copy to other pagesTheo de Raadt
1999-10-17mention OpenSSH, plus added features.Niels Provos
1999-10-16typo, add '-f' to SYNOPSISMarkus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
interops (x11,agent,etc) with 1.2.27 and protocol 1.3
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work
1999-10-12-P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. portMarkus Friedl
and disabled rhosts/rhosts-rsa, ok deraadt@
1999-10-11document reality (no askpass, ignore group-world-accessible private keys)Markus Friedl
1999-10-06implement client NumberOfPasswordPrompts optionDug Song
1999-10-03add code to detect DNS spoofing:Niels Provos
the main idea is to not only store the host key for the hostname but also for the according IP address. When we check the host key in the known_hosts file, we also check the key against the according IP address. When the server key changes, host_status = HOST_CHANGED. If check_host_in_hostfile() returns differing status for the IP address that means that either DNS was spoofed or that the IP address for the host and the host key changed at the same time.
1999-10-03- Fix up SYNOPSIS sections.Aaron Campbell
- Remove refereces to /etc/environment and /etc/default/login; markus@ - Document X11DisplayOffset in sshd(8). - Some other fixes...
1999-10-02rhosts-rsa-auth ignores ~/.ssh/known_hosts; ↵Theo de Raadt
markus.friedl@informatik.uni-erlangen.de
1999-10-02remove mention of 'none' cipher.Niels Provos
1999-10-02detail how we manage to not include RSA, and point people at ssl(8)Theo de Raadt
1999-10-01s/IDEA/3DES/Theo de Raadt
1999-09-30oops, misremembered history. 1.2.12 was the last free version; beckTheo de Raadt
1999-09-30-c none diesTheo de Raadt
1999-09-30initial tweakingTheo de Raadt
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up ↵Dug Song
unused variables, update manpages
1999-09-29GatewayPorts and ssh -g; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-09-26first cut of mandoc man pages from aaronTheo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.