summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2017-08-12make "--" before the hostname terminate command-line option processingDamien Miller
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2017-05-02remove options -12 from usage();Jason McIntyre
2017-04-30obliterate ssh1.h and some dead code that used itDamien Miller
2017-04-30remove KEY_RSA1Damien Miller
2017-04-30remove SSHv1 ciphers; ok markus@Damien Miller
2017-04-30remove compat20/compat13/compat15 variablesDamien Miller
2017-04-30remove options.protocol and client Protocol configuration knobDamien Miller
2017-04-30unifdef WITH_SSH1Damien Miller
2017-04-28Add SyslogFacility option to ssh(1) matching the equivalent option inDarren Tucker
2017-03-10fix regression in 7.4 server-sig-algs, where we were accidentallyDamien Miller
2017-03-08quote [host]:port in generated ProxyJump commandline; the [ / ]Damien Miller
2017-02-17For ProxyJump/-J, surround host name with brackets to allowDamien Miller
2016-12-06make IdentityFile successfully load and use certificates that have noDamien Miller
2016-09-30ssh proxy mux mode (-O proxy; idea from Simon Tatham):Markus Friedl
2016-09-12list all supported signature algorithms in the server-sig-algsDamien Miller
2016-07-17support UTF-8 characters in ssh(1) banners using schwarze@'sDamien Miller
2016-07-16- add proxyjump to the options listJason McIntyre
2016-07-15Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)Damien Miller
2016-06-03Allow ExitOnForwardFailure and ClearAllForwardings to be overridden whenDarren Tucker
2016-06-03Move the host and port used by ssh -W into the Options struct.Darren Tucker
2016-05-04allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@Markus Friedl
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl
2016-04-29close ControlPersist background process stderr when not inDamien Miller
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2016-02-15Add a function to enable security-related malloc_options. With and okDarren Tucker
2016-01-14remove roaming support; ok djm@Markus Friedl
2016-01-14Disable experimental client-side roaming support. Server side wasTheo de Raadt
2016-01-13eliminate fallback from untrusted X11 forwarding to trustedDamien Miller
2015-12-11don't try to load SSHv1 private key when compiled without SSHv1Damien Miller
2015-12-10Remove NULL-checks before free().mmcc
2015-11-19ban ConnectionAttempts=0, it makes no sense and would causeDamien Miller
2015-10-25Expand tildes in filenames passed to -i before checking whether or not theDarren Tucker
2015-10-16better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostnameDamien Miller
2015-10-15fix some signed/unsigned integer type mismatches in formatDamien Miller
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-09-11sync -Q in usage() to SYNOPSIS; since it's drastically shorter,Jason McIntyre
2015-09-11Update usage to match man page.Darren Tucker
2015-09-11expand %i in ControlPath to UID; bz#2449Damien Miller
2015-09-04Plug minor memory leaks when options are used more than once. bz#2182,Darren Tucker
2015-09-04add a debug2() right before DNS resolution; it's a place whereDamien Miller
2015-07-30Allow ssh_config and sshd_config kex parameters options be prefixedDamien Miller
2015-07-20Sync usage with SYNOPSISTodd C. Miller
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-04-17debug log missing DISPLAY environment when X11 forwardingDamien Miller
2015-03-03Allow "ssh -Q protocol-version" to list supported SSH protocolDamien Miller
2015-02-20UpdateHostKeys fixes:Damien Miller
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2015-01-16when hostname canonicalisation is enabled, try to parse hostnamesDamien Miller