summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Expand)Author
2011-05-07+.It RequestTTYJason McIntyre
2011-04-18tweak previous;Jason McIntyre
2011-04-17allow graceful shutdown of multiplexing: request that a mux server removesDamien Miller
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-22ssh.1: add kexalgorithms to the -o listJason McIntyre
2010-09-11mention RFC 5656 for ECC stuffDamien Miller
2010-09-04two more EXIT STATUS sections;Jason McIntyre
2010-08-31small text tweak to accommodate previous;Jason McIntyre
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-08use the same template for all FILES sections; i.e. -compact/.Pp where weJason McIntyre
2010-08-04Remove mentions of weird "addr/port" alternate address format for IPv6Damien Miller
2010-07-23Ciphers is documented in ssh_config(5) these daysDarren Tucker
2010-07-14finally ssh synopsis looks nice again! this commit just removes a ton ofJason McIntyre
2010-05-16mux support for remote forwarding with dynamic port allocation,Markus Friedl
2010-03-26tweak previous;Jason McIntyre
2010-03-26mention that -S none disables connection sharing; from Colin WatsonDamien Miller
2010-03-05mention loading of certificate files from [private]-cert.pub whenDamien Miller
2010-03-05document certificate authentication; help/ok djmJason McIntyre
2010-03-05tweak previous;Jason McIntyre
2010-03-04move section on CA and revoked keys from ssh.1 to sshd.8's known hostsDamien Miller
2010-03-04tweak previous;Jason McIntyre
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2010-02-26tweak previous;Jason McIntyre
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-02-11libarary -> library;Jason McIntyre
2010-02-10pkcs#11 is no longer optional; improve wording; ok jmc@Markus Friedl
2010-02-08tweak previous; ok markusJason McIntyre
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-11Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singleDarren Tucker
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-10-08some tweaks now that protocol 1 is not offered by default; ok markusJason McIntyre
2009-03-19for "Ciphers", just point the reader to the keyword in ssh_config(5), justJason McIntyre
2009-02-12consistency: Dq => QlDamien Miller
2009-02-12document -R0:... usageDamien Miller
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-05add dynamic forward escape command line; ok djm@Kevin Steves
2008-10-08Add -y option to force logging via syslog rather than stderr.Damien Miller
2008-07-02When forking after authentication ("ssh -f") with ExitOnForwardFailureDamien Miller
2008-06-26add VisualHostKey to the list of options listed in -o;Jason McIntyre
2008-06-26Move SSH Fingerprint Visualization away from sharing the config optionAlexander von Gernler
2008-06-13Explain the use of SSH fpr visualization using random art, and cite theAlexander von Gernler
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-09Document the correct permissions for the ~/.ssh/ directory.Ryan Thomas McBride
2008-01-19satisfy the pedants: -q does not suppress all diagnostic messages (e.g.Damien Miller
2007-06-12add -K to SYNOPSIS;Jason McIntyre