| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
client requested, be prepared to handle shell-style brace alternations,
e.g. "{foo,bar}".
"looks good to me" millert@ + in snaps for the last week courtesy
deraadt@
|
|
|
|
| |
when ForceCommand=internal-sftp is in effect; bz2960; ok dtucker@
|
|
|
|
|
| |
This code is not normally reachable since USE_PIPES is always defined.
bz#2961, patch from adrian.fita at gmail com.
|
|
|
|
| |
requiring a PIN; reported by benno@ fix mostly by markus@
|
|
|
|
| |
Patch from samy.mahmoudi at gmail com.
|
|
|
|
| |
preventing them from having no timeout. bz#2918, ok djm@
|
|
|
|
| |
confirmed by Daniel J. Bernstein
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
copies satisfy the wildcard specified by the user.
This checking provides some protection against a malicious server
sending unexpected filenames, but it comes at a risk of rejecting wanted
files due to differences between client and server wildcard expansion rules.
For this reason, this also adds a new -T flag to disable the check.
reported by Harry Sintonen
fix approach suggested by markus@;
has been in snaps for ~1wk courtesy deraadt@
|
|
|
|
| |
bz#2903
|
|
|
|
|
|
| |
an unknown host key. This allows you to paste a fingerprint obtained
out of band into the yes/no prompt and have the client do the comparison
for you. ok markus@ djm@
|
|
|
|
|
| |
transfer. Fixes the problem recently introduces where very quick
transfers do not display the progressmeter at all. Spotted by naddy@
|
|
|
|
|
| |
(they are the same value) but makes things easier in -portable where
they may be distinct values. "sigh ok" deraadt@
|
|
|
|
|
|
|
| |
there's a delimiter. If there's not (the common case) it checked
uninitialized memory, which usually passed, but if not would cause
spurious failures when the uninitialized memory happens to contain
"/". ok deraadt.
|
|
|
|
|
|
|
|
|
| |
host/port was added in 2001 as an alternative to host:port syntax for
the benefit of IPv6 users. These days there are establised standards
for this like [::1]:22 and the slash syntax is easily mistaken for CIDR
notation, which OpenSSH now supports for some things. Remove the slash
notation from ListenAddress and PermitOpen. bz#2335, patch from jjelen
at redhat.com, ok markus@
|
| |
|
|
|
|
|
| |
It's not mentioned in RFC4419 and it's not possible for Sophie-Germain
primes greater than 5. bz#2330, from Christian Wittenhorst , ok djm@ tb@
|
|
|
|
|
|
| |
progressmeter formatting outside of signal handler context and have
the atomicio callback called for EINTR too. bz#2434 with contributions
from djm and jjelen at redhat.com, ok djm@
|
|
|
|
| |
in a single commandline.
|
| |
|
| |
|
|
|
|
| |
than pointer+length; ok markus@
|
|
|
|
|
| |
is too full to read one, or if the output buffer is too full to enqueue
a response; feedback & ok dtucker@
|
| |
|
|
|
|
|
|
|
| |
the attempt at reading the PIN could be skipped in some cases
especially on devices with integrated PIN readers.
based on patch from Daniel Kucera in bz#2652; ok markus@
|
|
|
|
|
|
| |
fresh login after the C_SignInit operation.
based on patch from Jakub Jelen in bz#2638; ok markus
|
|
|
|
| |
to any ProxyJump/-J hosts. This has confused a few people...
|
|
|
|
|
|
| |
Be more explicit in the description of -m about where it may be used
Prompted by Jakub Jelen in bz2904
|
| |
|
| |
|
|
|
|
| |
hints on how keys may be converted or written in the old format.
|
| |
|
| |
|
|
|
|
|
|
| |
to match ssh(1)'s interface.
ok djm
|
|
|
|
|
| |
the latter is almost identical but doesn't rely on signed underflow
to implement an optimised integer sort; from markus@
|
|
|
|
|
|
|
|
|
|
| |
verbosity.
Make ssh-agent turn on ssh-pkcs11-helper's verbosity when it is run
in debug mode ("ssh-agent -d"), so we get to see errors from the
PKCS#11 code.
ok markus@
|
|
|
|
| |
cert-hostkey.sh regress failures.
|
| |
|
| |
|
|
|
|
|
|
| |
to kexgen
from markus@ ok djm@
|
|
|
|
| |
from markus@ ok djm@
|
|
|
|
|
|
| |
pointer+len
suggested by me; implemented by markus@ ok me
|
|
|
|
|
|
| |
methods have moved to KEM
from markus@ ok djm@
|
|
|
|
| |
from markus@ ok djm@
|
|
|
|
| |
from markus@ ok djm@
|
| |
|
|
|
|
|
|
|
|
|
| |
using the Streamlined NTRU Prime 4591^761 implementation from SUPERCOP
coupled with X25519 as a stop-loss. Not enabled by default.
introduce KEM API; a simplified framework for DH-ish KEX methods.
from markus@ feedback & ok djm@
|
|
|
|
|
|
| |
across client and server for several KEX methods.
from markus@ ok djm@
|
|
|
|
|
|
| |
server implementations for most KEX methods.
from markus@ ok djm@
|
|
|
|
|
|
| |
DH GEX in both the client and server implementations
from markus@ ok djm@
|