Age | Commit message (Collapse) | Author |
|
It will need an external middleware library in those cases.
|
|
... rather than shipping it in a separate package. The extra library
dependencies are pretty small, so it doesn't seem worth bloating the
Packages file.
Suggested by Bastian Blank.
|
|
This goes with /etc/ssh/moduli; forgotten in 1:7.9p1-5.
|
|
It's reasonably large and only used by sshd.
Closes: #858050
|
|
|
|
Override the corresponding upstart job in that case.
|
|
agent in the user session
Use it in ssh-agent.user-session.upstart. This will also be used in a
corresponding systemd user unit.
This replaces the backgrounded "ssh-agent -s" with a foreground task which
works more nicely with modern init systems for logging/debugging and
starting/stopping.
Also use a fixed socket file name in $XDG_RUNTIME_DIR -- under both upstart and
systemd we can assume this, and it allows restarting the service in a running
session.
|
|
|
|
|
|
Drop ssh-vulnkey and the associated ssh/ssh-add/sshd integration
code, leaving only basic configuration file compatibility, since it
has been nearly six years since the original vulnerability and this
code is not likely to be of much value any more. See
https://lists.debian.org/debian-devel/2013/09/msg00240.html for my
full reasoning.
|
|
|
|
|