Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-01 | refer to current ietf drafts for protocol v2 | Markus Friedl | |
2001-07-28 | cleanup some RSA vs DSA vs SSH1 vs SSH2 notes | Markus Friedl | |
2001-07-26 | add -t option to test configuration file and keys; pekkas@netcore.fi | Kevin Steves | |
ok markus@ | |||
2001-07-22 | Xr login.conf | Markus Friedl | |
2001-06-27 | tridge@samba.org | Markus Friedl | |
2001-06-26 | remove unnecessary .Pp between .It; | Mike Pechkin | |
millert@ ok | |||
2001-06-23 | kill whitespace at EOL. | Jun-ichiro itojun Hagino | |
2001-06-23 | draft-ietf-secsh-dh-group-exchange-01.txt | Markus Friedl | |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl | |
2001-06-22 | merge authorized_keys2 into authorized_keys. | Markus Friedl | |
authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys). | |||
2001-06-22 | document /etc/moduli | Niels Provos | |
2001-06-22 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok | |||
2001-06-19 | disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com | Markus Friedl | |
2001-06-11 | typo; bdubreuil@crrel.usace.army.mil | Markus Friedl | |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl | |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves | |
specify time may be expressed using a sequence of the form: time[qualifier], where time is a positive integer value and qualifier is one of the following: <none>,s,m,h,d,w Examples: 600 600 seconds (10 minutes) 10m 10 minutes 1h30m 1 hour 30 minutes (90 minutes) ok markus@ | |||
2001-05-19 | document MACs defaults with .Dq | Markus Friedl | |
2001-05-19 | sort options; Matthew.Stier@fnc.fujitsu.com | Markus Friedl | |
2001-05-04 | typos | Kevin Steves | |
2001-04-22 | document hostbased and other cleanup | Markus Friedl | |
2001-04-22 | xref draft-ietf-secsh-* | Markus Friedl | |
2001-04-15 | 2,1, not 1,2 | Theo de Raadt | |
2001-04-15 | default for protocol is 1,2; ok markus@ | Kevin Steves | |
2001-04-15 | some ClientAlive cleanup; ok markus@ | Kevin Steves | |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck | |
This gives the ability to do a "keepalive" via the encrypted channel which can't be spoofed (unlike TCP keepalives). Useful for when you want to use ssh connections to authenticate people for something, and know relatively quickly when they are no longer authenticated. Disabled by default (of course). ok markus@ | |||
2001-04-11 | implement the -e option into sshd: | lebel | |
-e When this option is specified, sshd will send the output to the standard error instead of the system log. markus@ OK. | |||
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino | |
2001-04-09 | ListenAddress mandoc from aaron@ | Kevin Steves | |
2001-04-08 | spelling | Kevin Steves | |
2001-04-08 | document ListenAddress addr:port | Kevin Steves | |
2001-04-02 | typo; ok markus@ | Kevin Steves | |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves | |
changes by me. ok markus@ | |||
2001-03-19 | Document permitopen authorized_keys option; ok markus@ | Damien Miller | |
2001-03-07 | the name "secure shell" is boring, noone ever uses it | Theo de Raadt | |
2001-03-05 | detail default hmac setup too | Theo de Raadt | |
2001-03-05 | alpha order; jcs@rt.fm | Theo de Raadt | |
2001-03-04 | list SSH2 ciphers | Theo de Raadt | |
2001-03-04 | spelling | Kevin Steves | |
2001-03-04 | kill obsolete RandomSeed; ok markus@ deraadt@ | Kevin Steves | |
2001-03-04 | small cleanup and clarify for PermitRootLogin; ok markus@ | Kevin Steves | |
2001-03-02 | make copyright lines the same format | Theo de Raadt | |
2001-03-02 | doc the dsa/rsa key pair files | Theo de Raadt | |
2001-03-02 | explain SIGHUP better | Theo de Raadt | |
2001-02-22 | typos/grammar from matt@anzen.com | Markus Friedl | |
2001-02-17 | it's the OpenSSH one | Theo de Raadt | |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl | |
(before this change, root could login even if PermitRootLogin==no) | |||
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl | |
2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@ | |||
2001-02-09 | correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.org | Theo de Raadt | |
2001-02-08 | drop references to ssl(8). markus ok | Jun-ichiro itojun Hagino | |
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller | |