summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Collapse)Author
2006-03-16Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCsDamien Miller
that OpenSSH supports
2006-02-24more consistency fixes;Jason McIntyre
2006-02-15remove the IETF draft references and replace them with some updated RFCs;Jason McIntyre
list from markus;
2006-02-06make this a little less ambiguous...Jason McIntyre
2006-02-06- typo fixMathieu Sauve-Frankel
ok jmc@
2006-01-30remove an incorrect sentence;Jason McIntyre
reported by roumen petrov; ok djm markus
2006-01-26add a section on verifying host keys in dns;Jason McIntyre
written with a lot of help from jakob; feedback dtucker/markus; ok markus
2006-01-20Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056Darren Tucker
with feedback from jmc, djm and markus; ok jmc@ djm@
2006-01-18add a section on ssh-based vpn, based on reyk's README.tun;Jason McIntyre
2006-01-15correction from deraadtJason McIntyre
2006-01-12back out a sentence - AUTHENTICATION already documents this;Jason McIntyre
2006-01-12refer to `TCP' rather than `TCP/IP' in the context of connectionJason McIntyre
forwarding; ok markus
2006-01-12split sections on tcp and x11 forwarding into two sections.Jason McIntyre
add an example in the tcp section, based on sth i wrote for ssh faq; help + ok: djm markus dtucker
2006-01-06final round of whacking FILES for duplicate info, and some consistencyJason McIntyre
fixes; ok djm
2006-01-06weed out some duplicate info in the known_hosts FILES entries;Jason McIntyre
ok djm
2006-01-04-.Xr gzip 1 ,Jason McIntyre
2006-01-04+.Xr ssh-keyscan 1 ,Jason McIntyre
2006-01-04remove .Xr's to rsh(1) and telnet(1): they are hardly needed;Jason McIntyre
2006-01-04chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILESJason McIntyre
entries; ok markus
2006-01-03tweak the description of ~/.ssh/environmentJason McIntyre
2006-01-03put FILES in some sort of order: sort by pathnameJason McIntyre
2006-01-03use a larger width for the ENVIRONMENT list;Jason McIntyre
2006-01-03move FILES to a -compact list, and make each files an item in that list.Jason McIntyre
this avoids nastly line wrap when we have long pathnames, and treats each file as a separate item; remove the .Pa too, since it is useless.
2006-01-02start to cut some duplicate info from FILES;Jason McIntyre
help/ok djm
2005-12-31.Nm does not require an argument;Jason McIntyre
2005-12-31clean up ENVIRONMENT a little;Jason McIntyre
2005-12-31merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVERJason McIntyre
AUTHENTICATION" sections into "AUTHENTICATION"; some rewording done to make the text read better, plus some improvements from djm; ok djm
2005-12-31document -MM; ok djm@Kevin Steves
2005-12-23less mark up for -c;Jason McIntyre
2005-12-23- sync the description of -e w/ synopsisJason McIntyre
- simplify the description of -I - note that -I is only available if support compiled in, and that it isn't by default feedback/ok djm@
2005-12-22expand the description of -w somewhat;Jason McIntyre
help/ok reyk
2005-12-21-Y does X11 forwarding too;Jason McIntyre
ok markus
2005-12-21options now described `above', rather than `later';Jason McIntyre
2005-12-21-L and -R descriptions are now above, not below, ~C description;Jason McIntyre
2005-12-20move info on ssh return values and config files up into the mainJason McIntyre
description;
2005-12-20.Ss -> .Sh: subsections have not made this page more readableJason McIntyre
2005-12-20merge the sections on protocols 1 and 2 into one section on authentication;Jason McIntyre
feedback djm dtucker ok deraadt markus dtucker
2005-12-16signpost the protocol sections;Jason McIntyre
2005-12-16make the description of -c a little nicer;Jason McIntyre
2005-12-16simplify a sentence;Jason McIntyre
2005-12-16move the option descriptions up the page: start of a restructure;Jason McIntyre
ok markus deraadt
2005-12-08make `!command' a little clearer;Jason McIntyre
ok reyk
2005-12-07- avoid line split in SYNOPSISJason McIntyre
- add args to -w - kill trailing whitespace
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
initial channel code bits by markus@. This is a simple and easy way to use OpenSSH for ad hoc virtual private network connections, e.g. administrative tunnels or secure wireless access. It's based on a new ssh channel and works similar to the existing TCP forwarding support, except that it depends on the tun(4) network interface on both ends of the connection for layer 2 or layer 3 tunneling. This diff also adds support for LocalCommand in the ssh(1) client. ok djm@, markus@, jmc@ (manpages), tested and discussed with others
2005-11-30avoid ambiguities in describing TZ;Jason McIntyre
ok djm@
2005-11-30timezone -> time zoneJason McIntyre
2005-09-19spelling nit from stevesk@Damien Miller
2005-09-19some more .Bk/.Ek to avoid ugly line split;Jason McIntyre
2005-09-19mention ability to specify bind_address for DynamicForward and -D options;Damien Miller
bz#1077 spotted by Haruyama Seigo
2005-07-06clarify meaning of ssh -b ; with & ok jmc@Darren Tucker