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
/
readconf.c
Age
Commit message (
Expand
)
Author
2016-08-25
remove superfluous NOTREACHED comment
Damien Miller
2016-07-22
reverse the order in which -J/JumpHost proxies are visited to be
Damien Miller
2016-07-20
Do not clobber the global jump_host variables when parsing an inactive
Christian Weisgerber
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-15
Include directive for ssh_config(5); feedback & ok markus@
Damien Miller
2016-04-06
don't record duplicate LocalForward and RemoteForward entries;
Damien Miller
2016-02-08
don't attempt to percent_expand() already-canonicalised addresses,
Damien Miller
2016-01-29
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
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
2015-11-15
Add an AddKeysToAgent client option which can be set to 'yes', 'no',
Joshua Stein
2015-10-27
fix execv arguments in a way less likely to cause grief for -portable;
Damien Miller
2015-10-27
avoid de-const warning & shrink; ok dtucker@
Damien Miller
2015-10-25
Do not prepend "exec" to the shell command run by "Match exec" in a config
Darren Tucker
2015-10-07
include PubkeyAcceptedKeyTypes in ssh -G config dump
Damien Miller
2015-09-24
add ssh_config CertificateFile option to explicitly list
Damien Miller
2015-08-21
Fix printing (ssh -G ...) of HostKeyAlgorithms=+...
Damien Miller
2015-07-30
Allow ssh_config and sshd_config kex parameters options be prefixed
Damien Miller
2015-07-10
Turn off DSA by default; add HostKeyAlgorithms to the server and
Markus Friedl
2015-06-26
Fix \-escaping bug that caused forward path parsing to skip two
Damien Miller
2015-05-22
Reorder EscapeChar option parsing to avoid a single-byte out-
Damien Miller
2015-05-04
Remove pattern length argument from match_pattern_list(),
Damien Miller
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-03-30
fix uninitialised memory read when parsing a config file consisting
Damien Miller
2015-02-16
Revise hostkeys@openssh.com hostkey learning extension.
Damien Miller
2015-02-02
turn UpdateHostkeys off by default until I figure out mlarkin@'s
Damien Miller
2015-01-30
Add a ssh_config HostbasedKeyType option to control which
Damien Miller
2015-01-26
Host key rotation support.
Damien Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-15
sync ssh-keysign, ssh-keygen and some dependencies to the new
Damien Miller
2015-01-13
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
Damien Miller
2015-01-08
fix ssh_config FingerprintHash evaluation order; from Petr Lautrbach
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-12-04
add RevokedHostKeys option for the client
Damien Miller
2014-10-24
Remove unnecessary include: netinet/in_systm.h is not needed by these
Lawrence Teo
2014-10-08
Tweak config reparsing with host canonicalisation
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-04-23
don't record duplicate IdentityFiles
Damien Miller
2014-02-23
reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
Damien Miller
2014-02-22
when processing Match blocks, skip 'exec' clauses if previous predicates
Damien Miller
2014-01-29
remove experimental, never-enabled JPAKE code; ok markus@
Damien Miller
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-10-24
Disallow empty Match statements and add "Match all" which matches everything.
Darren Tucker
2013-10-23
comment
Damien Miller
2013-10-23
Hostname may have %h sequences that should be expanded prior to Match
Damien Miller
[next]