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