summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Collapse)Author
2004-08-30.Xsession -> .xsession;Jason McIntyre
originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@
2004-08-26get rid of references to rhosts authentication; with jmc@Markus Friedl
2004-08-12improve SSHFP documentation; ok deraadt@Jakob Schlyter
2004-06-26- remove double wordJason McIntyre
- rearrange .Bk to keep SYNOPSIS nice - -M before -m in options description
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-17sync usage() and SYNPOSIS with connection sharing changesDamien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
since 2.0); ok markus@
2004-06-13List supported ciphers in man pages, tidy up ssh -c;Darren Tucker
"looks fine" jmc@, ok markus@
2004-05-22kill whitespace at eol;Jason McIntyre
2004-05-22use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@Damien Miller
2004-05-21bz #756: add support for the cancel-tcpip-forward request for the server andDamien Miller
the client (through the ~C commandline). reported by z3p AT twistedmatrix.com; ok markus@
2004-05-02ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian.Darren Tucker
ok djm@
2004-04-28add SendEnv to -o list;Jason McIntyre
2004-04-19document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@Damien Miller
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
confusion; ok djm, dtucker; with help from jmc@
2003-11-24Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@Darren Tucker
2003-10-11remote x11 clients are now untrusted by default, uses xauth(8) to generateMarkus Friedl
untrusted cookies; ForwardX11Trusted=yes restores old behaviour. ok deraadt; feedback and ok djm/fries
2003-10-08scp and sftp: add options list and sort options. options list requestedJason McIntyre
by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@
2003-09-29- add list of options to -o and .Xr ssh_config(5)Jason McIntyre
- some other cleanup requested by deraadt@; ok deraadt@ markus@
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
test+ok henning@
2003-07-02(re)add socks5 suppport to -D; ok djm@Markus Friedl
now ssh(1) can act both as a socks 4 and socks 5 server and dynamically forward ports.
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-05-20new sentence, new lineJason McIntyre
2003-05-15~B is ssh2 onlyMarkus Friedl
2003-05-14allow to send a BREAK to the remote system; ok variousMarkus Friedl
2003-04-12document -V switch, fix wording; ok markus@Christian Weisgerber
2003-03-28- killed whitespaceJason McIntyre
- new sentence new line - .Bk for arguments ok markus@
2002-09-27clarify compression level protocol 1 only; ok markus@ deraadt@Kevin Steves
2002-09-12add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@Kevin Steves
2002-09-11add agent and X11 forwarding warning text from ssh_config.5; ok markus@Kevin Steves
2002-08-29deprecate -P as UsePrivilegedPort defaults to no now; ok markus@Kevin Steves
2002-08-17ForwardAgent has defaulted to no for over 2 years; be more clear here.Kevin Steves
2002-08-12more PermitUserEnvironment; ok markus@Kevin Steves
2002-08-02note that .ssh/environment is only read whenMarco S Hyman
allowed (PermitUserEnvironment in sshd_config). OK markus@
2002-06-22typoChristian Weisgerber
2002-06-22section 5 not 4 for ssh_configKevin Steves
2002-06-20move configuration file options from ssh.1/sshd.8 toKevin Steves
ssh_config.5/sshd_config.5; ok deraadt@ millert@
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-10change RhostsRSAAuthentication and RhostsAuthentication default to noKevin Steves
since ssh is no longer setuid root by default; ok markus@
2002-06-09update for no setuid root and ssh-keysign; ok deraadt@Kevin Steves
2002-06-08deprecate FallBackToRsh and UseRsh; patch from djm@Markus Friedl
2002-05-29spellingKevin Steves
2002-05-26sort ChallengeResponseAuthentication; ok markus@Kevin Steves
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
the tree.
2002-03-26update to recent draftsMarkus Friedl
2002-03-21add built-in command line for adding new port forwardings on the fly.Jakob Schlyter
based on a patch from brian wellington. ok markus@.
2002-02-18-q: Fatal errors are _not_ displayed.Markus Friedl
2002-02-09move ssh config files to /etc/sshTheo de Raadt