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
Age
Commit message (
Expand
)
Author
2024-11-06
ssh-agent implemented an all-or-nothing allow-list of FIDO application
Damien Miller
2024-11-04
Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)
Jeremie Courreges-Anglas
2024-10-27
explicitly include endian.h
Damien Miller
2024-10-27
fix ML-KEM768x25519 KEX on big-endian systems;
Damien Miller
2024-10-25
mlkem768x25519-sha256 has been promoted to default key exchange
Christian Weisgerber
2024-10-25
promote mlkem768x25519-sha256 to be the default key exchange;
Damien Miller
2024-10-24
amake ssh-agent drop all keys when it receives SIGUSR1;
Damien Miller
2024-10-24
relax valid_domain() checks to allow an underscore as the first
Damien Miller
2024-10-22
Add a sshd debug wrapper to run all of the subprograms from the build
Darren Tucker
2024-10-22
Make debug call printf("%s", NULL) safe. Prevents problems on platforms
Darren Tucker
2024-10-18
mention that LocalForward and RemoteForward can accept Unix domain socket
Damien Miller
2024-10-18
remove duplicate check; GHPR392 from Pedro Martelletto
Damien Miller
2024-10-18
allow "-" as output file for moduli screening
Damien Miller
2024-10-18
ssh-keyscan doesn't need it's own sshfatal() definition, it can
Damien Miller
2024-10-18
in _ssh_order_hostkeyalgs() consider ECDSA curve type when arranging
Damien Miller
2024-10-18
require control-escape character sequences passed via the '-e ^x'
Damien Miller
2024-10-18
remove addr.[ch] functions that are unused and visbility-restrict
Damien Miller
2024-10-18
unreachable POLLERR case; from ya0guang via GHPR485
Damien Miller
2024-10-18
s/Sx/Cm/ for external references; from Domen Puncer Kugler via GHPR501
Damien Miller
2024-10-14
mention SshdAuthPath option; ok djm@
Christian Weisgerber
2024-10-14
Split per-connection sshd-session binary
Damien Miller
2024-10-13
don't start the ObscureKeystrokeTiming mitigations if there has been
Damien Miller
2024-10-12
remove duplicate misc.h include
Jonathan Gray
2024-10-06
Turn off finite field (a.k.a modp) Diffie-Hellman key exchange in sshd
Damien Miller
2024-09-26
fix previous change to ssh_config Match, which broken on negated
Damien Miller
2024-09-25
remove some unused defines; ok djm@
Jonathan Gray
2024-09-25
remove some unneeded Xo/Xc calls; from evan silberman
Jason McIntyre
2024-09-25
fix regression introduced when I switched the "Match" criteria tokeniser
Damien Miller
2024-09-24
some extra paranoia, reminded by jsg@
Damien Miller
2024-09-22
remove some unused defines; ok djm@
Jonathan Gray
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-19
openssh-9.9
Damien Miller
2024-09-16
use 64 bit math to avoid signed underflow. upstream code relies on
Damien Miller
2024-09-15
minor grammar/sort fixes for refuseconnection; ok djm
Jason McIntyre
2024-09-15
bad whitespace in config dump output
Damien Miller
2024-09-15
update the Streamlined NTRU Prime code from the "ref" implementation
Damien Miller
2024-09-15
document Match invalid-user
Damien Miller
2024-09-15
add a "Match invalid-user" predicate to sshd_config Match options.
Damien Miller
2024-09-15
Add a "refuseconnection" penalty class to sshd_config
Damien Miller
2024-09-15
Add a sshd_config "RefuseConnection" option
Damien Miller
2024-09-15
switch sshd_config Match processing to the argv tokeniser too;
Damien Miller
2024-09-15
switch "Match" directive processing over to the argv string
Damien Miller
2024-09-15
include pathname in some of the ssh-keygen passphrase prompts. Helps
Damien Miller
2024-09-15
Do not apply authorized_keys options when signature verification
Damien Miller
2024-09-12
Relax absolute path requirement back to what it was prior to OpenSSH 9.8,
Damien Miller
2024-09-09
document the mlkem768x25519-sha256 key exchange algorithm
Christian Weisgerber
2024-09-09
pull post-quantum ML-KEM/x25519 key exchange out from compile-time
Damien Miller
2024-09-06
make parsing user@host consistently look for the last '@' in the
Damien Miller
2024-09-04
be more strict in parsing key type names. Only allow shortnames (e.g
Damien Miller
2024-09-04
fix RCSID in output
Damien Miller
[next]