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
2022-12-15
The idiomatic way of coping with signed char vs unsigned char (which
Theo de Raadt
2022-12-09
Warn if no host keys for hostbased auth can be loaded. From bz#3507, ok djm@
Darren Tucker
2022-12-09
Add some server debugging for hostbased auth.
Darren Tucker
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2022-12-04
Remove duplicate includes. Patch from AtariDreams via github PR#364.
Darren Tucker
2022-12-02
make struct sshbuf private and remove an unused field; ok dtucker
Damien Miller
2022-11-29
Add void to client_repledge args to fix compiler warning. ok djm@
Darren Tucker
2022-11-28
tighten pledge(2) after session establishment
Damien Miller
2022-11-28
New EnableEscapeCommandline ssh_config(5) option
Damien Miller
2022-11-18
In channel_request_remote_forwarding the parameters for permission_set_add
Moritz Buhl
2022-11-10
Handle dynamic remote port forwarding in escape commandline's -R processing.
Darren Tucker
2022-11-09
Fix typo in fatal error message. Patch from vapier at chromium.org.
Darren Tucker
2022-11-09
Remove errant colon and simplify format string in error messages.
Darren Tucker
2022-11-09
rename client_global_hostkeys_private_confirm() to
Damien Miller
2022-11-09
typo in comment
Damien Miller
2022-11-07
The IdentityFile option in ssh_config can also be used to specify a
Darren Tucker
2022-11-07
Remove some set but otherwise unused variables, spotted in -portable by
Darren Tucker
2022-11-07
Check for and disallow MaxStartups values less than or equal to zero
Darren Tucker
2022-11-07
fix parsing of hex cert expiry time; was checking whether the
Damien Miller
2022-11-07
Import regenerated moduli.
Darren Tucker
2022-11-07
Fix typo. From pablomh via -portable github PR#344.
Darren Tucker
2022-11-03
replace recently-added valid_domain() check for hostnames going to
Damien Miller
2022-10-28
put sshkey_check_rsa_length() back in sshkey.c to unbreak
Damien Miller
2022-10-28
allow ssh-keyscan(1) to accept CIDR address ranges, e.g.
Damien Miller
2022-10-28
refactor sshkey_private_deserialize
Damien Miller
2022-10-28
refactor sshkey_private_serialize_opt()
Damien Miller
2022-10-28
refactor certify
Damien Miller
2022-10-28
refactor sshkey_sign() and sshkey_verify()
Damien Miller
2022-10-28
refactor sshkey_from_blob_internal()
Damien Miller
2022-10-28
refactor sshkey_from_private()
Damien Miller
2022-10-28
factor out key generation
Damien Miller
2022-10-28
refactor and simplify sshkey_read()
Damien Miller
2022-10-28
factor out public key serialization
Damien Miller
2022-10-28
factor out sshkey_equal_public()
Damien Miller
2022-10-28
begin big refactor of sshkey
Damien Miller
2022-10-24
Be more paranoid with host/domain names coming from the resolver:
Damien Miller
2022-10-24
when scp(1) is using the SFTP protocol for transport (the default),
Damien Miller
2022-10-13
use correct type with sizeof
Jonathan Gray
2022-10-07
ssh-agent.1:
Jason McIntyre
2022-10-07
document "-O no-restrict-websafe"; spotted by Ross L Richardson
Damien Miller
2022-10-06
honour user's umask if it is more restrictive then the ssh default
Damien Miller
2022-09-26
openssh-9.1
Damien Miller
2022-09-21
Fix typo. From AlexanderStohr via github PR#343.
Darren Tucker
2022-09-19
add RequiredRSASize to the list of keywords accepted by -o;
Damien Miller
2022-09-19
use users-groups-by-id@openssh.com sftp-server extension (when
Damien Miller
2022-09-19
sftp client library support for users-groups-by-id@openssh.com;
Damien Miller
2022-09-19
extend sftp-common.c:extend ls_file() to support supplied user/group
Damien Miller
2022-09-19
sftp-server(8): add a "users-groups-by-id@openssh.com" extension
Damien Miller
2022-09-19
better debugging for connect_next()
Damien Miller
2022-09-17
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
Damien Miller
[next]