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.h
Age
Commit message (
Expand
)
Author
2024-09-25
remove some unused defines; ok djm@
Jonathan Gray
2024-03-04
Separate parsing of string array options from applying them to the
Damien Miller
2024-01-11
make DSA key support compile-time optional, defaulting to on
Damien Miller
2023-10-12
add %j token that expands to the configured ProxyJump hostname (or
Damien Miller
2023-10-11
add ChannelTimeout support to the client, mirroring the same option
Damien Miller
2023-08-28
Add keystroke timing obfuscation to the client.
Damien Miller
2023-07-17
Add support for configuration tags to ssh(1).
Damien Miller
2023-01-13
Add a "Host" line to the output of ssh -G showing the original host arg.
Darren Tucker
2022-11-28
New EnableEscapeCommandline ssh_config(5) option
Damien Miller
2022-09-17
add a RequiredRSASize for checking RSA key length in ssh(1).
Damien Miller
2022-06-03
Make SetEnv directives first-match-wins in both sshd_config and
Damien Miller
2021-12-19
PubkeyAuthentication=yes|no|unbound|host-bound
Damien Miller
2021-09-15
allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@
Damien Miller
2021-07-23
Add a ForkAfterAuthentication ssh_config(5) counterpart to the
Damien Miller
2021-07-23
Add a StdinNull directive to ssh_config(5) that allows the config
Damien Miller
2021-07-13
add a SessionType directive to ssh_config, allowing the configuration
Damien Miller
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-02-15
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
Markus Friedl
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-17
prepare readconf.c for fuzzing; remove fatal calls and fix some
Damien Miller
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-08-11
let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for
Damien Miller
2020-04-03
Make with config keywords support which percent_expansions more consistent.
Darren Tucker
2020-01-23
Remove unsupported algorithms from list of defaults at run time and
Darren Tucker
2019-12-21
Allow forwarding a different agent socket to the path specified by
Damien Miller
2019-10-31
ssh client support for U2F/FIDO keys
Damien Miller
2018-11-23
add a ssh_config "Match final" predicate
Damien Miller
2018-09-20
add CASignatureAlgorithms option for the client, allowing it to specify
Damien Miller
2018-07-19
Deprecate UsePrivilegedPort now that support for running ssh(1)
Darren Tucker
2018-06-09
add a SetEnv directive to ssh_config that allows setting environment
Damien Miller
2018-02-23
Add BindInterface ssh_config directive and -B command-line argument
Damien Miller
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
2017-09-03
Expand ssh_config's StrictModes option with two new settings:
Damien Miller
2017-05-30
Add RemoteCommand option to specify a command in the ssh config
Alexander Bluhm
2017-04-30
remove SSHv1 configuration options and man pages bits
Damien Miller
2017-04-30
remove SSHv1 ciphers; ok markus@
Damien Miller
2017-04-30
remove options.protocol and client Protocol configuration knob
Damien Miller
2017-04-28
Add SyslogFacility option to ssh(1) matching the equivalent option in
Darren Tucker
2016-07-15
Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)
Damien Miller
2016-06-03
Move the host and port used by ssh -W into the Options struct.
Darren Tucker
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-01-14
remove roaming support; ok djm@
Markus Friedl
2015-11-15
Add an AddKeysToAgent client option which can be set to 'yes', 'no',
Joshua Stein
2015-09-24
add ssh_config CertificateFile option to explicitly list
Damien Miller
2015-07-10
Turn off DSA by default; add HostKeyAlgorithms to the server and
Markus Friedl
2015-02-16
Revise hostkeys@openssh.com hostkey learning extension.
Damien Miller
2015-01-30
Add a ssh_config HostbasedKeyType option to control which
Damien Miller
[next]