summaryrefslogtreecommitdiff
path: root/ssh_config
Commit message (Collapse)AuthorAge
* - markus@cvs.openbsd.org 2002/07/03 14:21:05Ben Lindstrom2002-07-04
| | | | | | | | [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config] re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@
* - stevesk@cvs.openbsd.org 2002/06/20 20:03:34Ben Lindstrom2002-06-21
| | | | | [ssh_config sshd_config] refer to config file man page
* - stevesk@cvs.openbsd.org 2002/06/10 21:21:10Ben Lindstrom2002-06-11
| | | | | | [ssh_config] update defaults for RhostsRSAAuthentication and RhostsAuthentication here too (all options commented out with default value).
* - markus@cvs.openbsd.org 2002/06/08 05:41:18Ben Lindstrom2002-06-09
| | | | | [ssh_config] remove FallBackToRsh/UseRsh
* - stevesk@cvs.openbsd.org 2002/01/16 17:55:33Damien Miller2002-01-22
| | | | | [ssh_config] correct some commented defaults. add Ciphers default. ok markus@
* - stevesk@cvs.openbsd.org 2002/01/03 04:11:08Damien Miller2002-01-22
| | | | | [ssh_config] grammar in comment
* - todd@cvs.openbsd.org 2001/04/03 21:19:38Ben Lindstrom2001-04-04
| | | | | [ssh_config] id_rsa1/2 -> id_rsa; ok markus@
* - deraadt@cvs.openbsd.org 2001/03/10 12:53:51Ben Lindstrom2001-03-10
| | | | | [readconf.c ssh_config] default to SSH2, now that m68k runs fast
* NB: big update - may break stuff. Please test!Damien Miller2001-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | - (djm) OpenBSD CVS sync: - markus@cvs.openbsd.org 2001/02/03 03:08:38 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c] [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8] [sshd_config] make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ - markus@cvs.openbsd.org 2001/02/03 03:19:51 [ssh.1 sshd.8 sshd_config] Skey is now called ChallengeResponse - markus@cvs.openbsd.org 2001/02/03 03:43:09 [sshd.8] use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean channel. note from Erik.Anggard@cygate.se (pr/1659) - stevesk@cvs.openbsd.org 2001/02/03 10:03:06 [ssh.1] typos; ok markus@ - djm@cvs.openbsd.org 2001/02/04 04:11:56 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h] [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c] Basic interactive sftp client; ok theo@ - (djm) Update RPM specs for new sftp binary - (djm) Update several bits for new optional reverse lookup stuff. I think I got them all.
* - niklas@cvs.openbsd.org 2001/01/2001Ben Lindstrom2001-01-29
| | | | | | | | | | [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h] $OpenBSD$
* - (djm) Merge OpenBSD changes:Damien Miller2000-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - markus@cvs.openbsd.org 2000/11/06 16:04:56 [channels.c channels.h clientloop.c nchan.c serverloop.c] [session.c ssh.c] agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi - markus@cvs.openbsd.org 2000/11/06 16:13:27 [ssh.c sshconnect.c sshd.c] do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi - markus@cvs.openbsd.org 2000/11/06 16:16:35 [sshconnect.c] downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net - markus@cvs.openbsd.org 2000/11/09 18:04:40 [auth1.c] typo; from mouring@pconline.com - markus@cvs.openbsd.org 2000/11/12 12:03:28 [ssh-agent.c] off-by-one when removing a key from the agent - markus@cvs.openbsd.org 2000/11/12 12:50:39 [auth-rh-rsa.c auth2.c authfd.c authfd.h] [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h] [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c] [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config] [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c] [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h] add support for RSA to SSH2. please test. there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. - (djm) Fix up Makefile and Redhat init script to create RSA host keys - (djm) Change to interim version
* - (djm) Periodically rekey arc4randomDamien Miller2000-08-30
| | | | - (djm) Clean up diff against OpenBSD.
* - (djm) OpenBSD CVS Updates:Damien Miller2000-07-12
| | | | | | | | | - deraadt@cvs.openbsd.org 2000/07/11 02:11:34 [session.c sshd.c ] make MaxStartups code still work with -d; djm - deraadt@cvs.openbsd.org 2000/07/11 13:17:45 [readconf.c ssh_config] disable FallBackToRsh by default
* - Debian bug #58031 - ssh_config lies about default cipherDamien Miller2000-04-20
|
* - OpenBSD CVS updatesDamien Miller2000-04-19
| | | | | | | | | | | | | [channels.c] - fix pr 1196, listen_port and port_to_connect interchanged [scp.c] - after completion, replace the progress bar ETA counter with a final elapsed time; my idea, aaron wrote the patch [ssh_config sshd_config] - show 'Protocol' as an example, ok markus@ [sshd.c] - missing xfree() - Add missing header to bsd-misc.c
* - Big manpage and config file cleanup from Andre LucasDamien Miller2000-01-20
| | | | | <andre.lucas@dial.pipex.com> - Re-added latest (unmodified) OpenBSD manpages
* - Automatically correct paths in manpages and configuration files. PatchDamien Miller1999-12-27
| | | | | and script from Andre Lucas <andre.lucas@dial.pipex.com> - Removed credits from README to CREDITS file, updated.
* Initial revisionDamien Miller1999-10-27