Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-19 | spelling nit from stevesk@ | Damien Miller | |
2005-09-19 | some more .Bk/.Ek to avoid ugly line split; | Jason McIntyre | |
2005-09-19 | mention ability to specify bind_address for DynamicForward and -D options; | Damien Miller | |
bz#1077 spotted by Haruyama Seigo | |||
2005-07-06 | clarify meaning of ssh -b ; with & ok jmc@ | Darren Tucker | |
2005-05-23 | add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; | Damien Miller | |
ok markus@ | |||
2005-04-21 | OpenSSH doesn't ever look at the $HOME environment variable, so don't say | Damien Miller | |
that we do (bz #623); ok deraadt@ | |||
2005-04-14 | arg to -b is an address, not if_name; | Jason McIntyre | |
ok markus@ | |||
2005-03-07 | more macro simplification; | Jason McIntyre | |
2005-03-02 | missing word; | Jason McIntyre | |
2005-03-02 | bz#987: mention ForwardX11Trusted in ssh.1, | Damien Miller | |
reported by andrew.benham AT thus.net; ok deraadt@ | |||
2005-03-01 | remove some unneccesary macros; | Jason McIntyre | |
do not mark up punctuation; | |||
2005-03-01 | add support for hashing host names and addresses added to known_hosts files, | Damien Miller | |
to improve privacy of which hosts user have been visiting; ok markus@ deraadt@ | |||
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller | |
Patch originally by Dan Astorian, but worked on by several people Adds GatewayPorts=clientspecified option on server to allow remote forwards to bind to client-specified ports. ok markus@ | |||
2004-11-07 | options sort, and whitespace; | Jason McIntyre | |
2004-11-07 | add basic control of a running multiplex master connection; including the | Damien Miller | |
ability to check its status and request it to exit; ok markus@ | |||
2004-10-07 | document KbdInteractiveDevices; ok markus@ | Damien Miller | |
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-26 | get rid of references to rhosts authentication; with jmc@ | Markus Friedl | |
2004-08-12 | improve SSHFP documentation; ok deraadt@ | Jakob Schlyter | |
2004-06-26 | - remove double word | Jason McIntyre | |
- rearrange .Bk to keep SYNOPSIS nice - -M before -m in options description | |||
2004-06-18 | trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djm | Markus Friedl | |
2004-06-17 | sync usage() and SYNPOSIS with connection sharing changes | Damien Miller | |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller | |
since 2.0); ok markus@ | |||
2004-06-13 | List supported ciphers in man pages, tidy up ssh -c; | Darren Tucker | |
"looks fine" jmc@, ok markus@ | |||
2004-05-22 | kill whitespace at eol; | Jason McIntyre | |
2004-05-22 | use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@ | Damien Miller | |
2004-05-21 | bz #756: add support for the cancel-tcpip-forward request for the server and | Damien Miller | |
the client (through the ~C commandline). reported by z3p AT twistedmatrix.com; ok markus@ | |||
2004-05-02 | ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian. | Darren Tucker | |
ok djm@ | |||
2004-04-28 | add SendEnv to -o list; | Jason McIntyre | |
2004-04-19 | document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@ | Damien Miller | |
2004-03-05 | add IdentitiesOnly; ok djm@, pb@ | Markus Friedl | |
2003-12-16 | application 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-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl | |
confusion; ok djm, dtucker; with help from jmc@ | |||
2003-11-24 | Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@ | Darren Tucker | |
2003-10-11 | remote x11 clients are now untrusted by default, uses xauth(8) to generate | Markus Friedl | |
untrusted cookies; ForwardX11Trusted=yes restores old behaviour. ok deraadt; feedback and ok djm/fries | |||
2003-10-08 | scp and sftp: add options list and sort options. options list requested | Jason 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-22 | remove (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 reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-05-20 | new sentence, new line | Jason McIntyre | |
2003-05-15 | ~B is ssh2 only | Markus Friedl | |
2003-05-14 | allow to send a BREAK to the remote system; ok various | Markus Friedl | |
2003-04-12 | document -V switch, fix wording; ok markus@ | Christian Weisgerber | |
2003-03-28 | - killed whitespace | Jason McIntyre | |
- new sentence new line - .Bk for arguments ok markus@ | |||
2002-09-27 | clarify compression level protocol 1 only; ok markus@ deraadt@ | Kevin Steves | |
2002-09-12 | add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@ | Kevin Steves | |
2002-09-11 | add agent and X11 forwarding warning text from ssh_config.5; ok markus@ | Kevin Steves | |
2002-08-29 | deprecate -P as UsePrivilegedPort defaults to no now; ok markus@ | Kevin Steves | |
2002-08-17 | ForwardAgent has defaulted to no for over 2 years; be more clear here. | Kevin Steves | |