| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
rev 1.207
|
|
|
|
| |
ok markus@ deraadt@
|
| |
|
| |
|
|
|
|
| |
ok markus@
|
|
|
|
|
| |
versions. Useful for detecting builds without SSH v.1 support;
idea and ok markus@
|
|
|
|
|
|
| |
getpeername() of a Unix domain socket may return without error on
some systems without actually setting ss_family so getnameinfo()
was getting called with ss_family set to AF_UNSPEC. OK djm@
|
| |
|
|
|
|
| |
valgrind still spams warning on it
|
| |
|
|
|
|
| |
disconnect message; reported by Sebastian Reitenbach
|
| |
|
|
|
|
| |
(e.g. to get visual host keys); reported by naddy@
|
| |
|
|
|
|
| |
known_hosts; bz#2342
|
|
|
|
| |
confirmation question; reported by Herb Goldman
|
|
|
|
|
|
| |
not whine and fail if there is none
ok djm@
|
|
|
|
| |
prodded jmc@
|
|
|
|
| |
bz#2353 reported by calestyo AT scientia.net
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I accidentally changed the format of the hostkeys@openssh.com messages
last week without changing the extension name, and this has been causing
connection failures for people who are running -current. First reported
by sthen@
s/hostkeys@openssh.com/hostkeys-00@openssh.com/
Change the name of the proof message too, and reorder it a little.
Also, UpdateHostKeys=ask is incompatible with ControlPersist (no TTY
available to read the response) so disable UpdateHostKeys if it is in
ask mode and ControlPersist is active (and document this)
|
|
|
|
| |
Pointed out by Pontus Lundkvist
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.441
date: 2015/01/31 20:30:05; author: djm; state: Exp; lines: +17 -10; commitid
: x8klYPZMJSrVlt3O;
Let sshd load public host keys even when private keys are missing.
Allows sshd to advertise additional keys for future key rotation.
Also log fingerprint of hostkeys loaded; ok markus@
hostkey updates now require access to the private key, so we can't
load public keys only. The improved log messages (fingerprints of keys
loaded) are kept.
|
|
|
|
|
|
|
|
|
|
| |
The client will not ask the server to prove ownership of the private
halves of any hitherto-unseen hostkeys it offers to the client.
Allow UpdateHostKeys option to take an 'ask' argument to let the
user manually review keys offered.
ok markus@
|
|
|
|
|
|
| |
Deal with IP addresses (i.e. CheckHostIP)
Don't clobber known_hosts when nothing changed
ok markus@ as part of larger commit
|
|
|
|
|
| |
rid of ``lignment 4 of symbol `crypto_sign_ed25519_ref_ge25519_base' in
mod_ge25519.o is smaller than 16 in mod_ed25519.o'' warnings at link time.
|
| |
|
|
|
|
| |
ok markus@
|
|
|
|
|
|
|
| |
generated after the socket to the peer has suffered a TCP reset. In
these cases, getpeername() won't work so cache the address earlier.
spotted in the wild via deraadt@ and tedu@
|
|
|
|
| |
ok markus@
|
|
|
|
| |
obsolete SIZE_T_MAX. OK miod@ beck@
|
| |
|
|
|
|
| |
djm and mlarkin really having great interactions recently
|
|
|
|
|
|
| |
give the user a chance to notice if unintentionally running without it
wording tweak and ok djm@
|
|
|
|
| |
based on patch from Yuri Samoilenko; ok markus@
|
|
|
|
| |
warning message; requested by deraadt@
|
|
|
|
|
| |
convinced me UseDNS off by default is better
ok djm
|
|
|
|
|
| |
Allows sshd to advertise additional keys for future key rotation.
Also log fingerprint of hostkeys loaded; ok markus@
|
|
|
|
|
|
|
|
|
| |
host public key types are tried during hostbased authentication.
This may be used to prevent too many keys being sent to the server,
and blowing past its MaxAuthTries limit.
bz#2211 based on patch by Iain Morgan; ok markus@
|
|
|
|
| |
ok markus@
|
|
|
|
| |
uses; feedback and "looks good" markus@
|
|
|
|
| |
without scoping to a particular CA; ok markus@
|
|
|
|
|
| |
private key conversion from other formats some time in 2010;
bz#2345 reported by jjelen AT redhat.com
|
| |
|
|
|
|
|
| |
check sshkey_fingerprint return values;
ok markus
|
|
|
|
|
| |
makes ssh-keyscan more reliable against server failures
ok dtucker@ markus@
|
|
|
|
|
| |
makes ssh-keyscan more reliable against server failures
ok dtucker@ markus@
|
| |
|
|
|
|
|
|
| |
required.
ok djm@
|
| |
|
| |
|