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
2018-04-26
Since the previous commit, ssh regress test sftp-chroot was failing.
Alexander Bluhm
2018-04-16
Disable SSH2_MSG_DEBUG messages for Twisted Conch clients without
Damien Miller
2018-04-14
don't free the %C expansion, it's used later for LocalCommand
Damien Miller
2018-04-13
notify user immediately when underlying ssh process dies;
Damien Miller
2018-04-13
Defend against user enumeration timing attacks.
Darren Tucker
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-04-09
don't kill ssh-agent's listening socket entriely if we fail to accept a
Damien Miller
2018-04-09
the UseLogin option was removed, so remove it here too.
T.J. Townsend
2018-04-08
tweak previous;
Jason McIntyre
2018-04-07
tweak previous;
Jason McIntyre
2018-04-06
Allow "SendEnv -PATTERN" to clear environment variables previously
Damien Miller
2018-04-06
relax checking of authorized_keys environment="..." options to allow
Damien Miller
2018-04-06
add a couple of missed options to the config dump; patch from
Damien Miller
2018-04-06
ssh does not accept -oInclude=... on the commandline, the Include keyword
Damien Miller
2018-04-05
We don't offer CBC cipher by default any more. Spotted by Renaud
Damien Miller
2018-04-04
Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...
job
2018-04-03
Import regenerated moduli file.
Darren Tucker
2018-03-24
openssh-7.7
Markus Friedl
2018-03-24
fix bogus warning when signing cert keys using agent; from djm; ok deraadt dt...
Markus Friedl
2018-03-22
ssh/xmss: fix build; ok djm@
Markus Friedl
2018-03-22
ssh/xmss: fix deserialize for certs; ok djm@
Markus Friedl
2018-03-14
sort expiry-time;
Jason McIntyre
2018-03-14
rename recently-added "valid-before" key restriction to "expiry-time"
Damien Miller
2018-03-12
add valid-before="[time]" authorized_keys option. A simple way of
Damien Miller
2018-03-07
revert recent strdelim() change, it causes problems with some configs.
Damien Miller
2018-03-05
move the input format details to -f;
Jason McIntyre
2018-03-03
Update RSA minimum modulus size to 1024. sshkey.h rev 1.18 bumped
Darren Tucker
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-03-03
Introduce a new API for handling authorized_keys options. This API
Damien Miller
2018-03-03
warn when the agent returns a signature type that was different to
Damien Miller
2018-03-02
apply a lick of paint; tweaks/ok dtucker
Jason McIntyre
2018-03-02
Allow escaped quotes \" and \' in ssh_config and sshd_config quotes
Damien Miller
2018-03-02
refactor sshkey_read() to make it a little more, err, readable.
Damien Miller
2018-03-01
missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by jmc@
Markus Friedl
2018-02-26
Remove unneeded (local) include. ok markus@
Darren Tucker
2018-02-26
Add $OpenBSD$ markers to xmss files to help keep synced with portable.
Darren Tucker
2018-02-26
Add newline at end of file to prevent compiler warnings.
Darren Tucker
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-23
some cleanup for BindInterface and ssh-keyscan;
Jason McIntyre
2018-02-23
Add ssh-keyscan -D option to make it print its results in SSHFP format
Damien Miller
2018-02-23
Add missing braces.
Darren Tucker
2018-02-23
Add BindInterface ssh_config directive and -B command-line argument
Damien Miller
2018-02-19
emphasise that the hostkey rotation may send key types that the client
Damien Miller
2018-02-16
Don't send IUTF8 to servers that don't like them.
Darren Tucker
2018-02-16
Mention recent DH KEX methods:
Damien Miller
2018-02-16
stop loading DSA keys by default, remove sshd_config stanza and manpage
Damien Miller
2018-02-14
Ensure that D mod (P-1) and D mod (Q-1) are calculated in constant time.
Joel Sing
2018-02-14
Some obvious freezero() conversions.
Joel Sing
2018-02-13
remove space before tab
Damien Miller
2018-02-11
Don't reset signal handlers inside handlers.
Darren Tucker
[next]