bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-03 04:57 UTC
[Bug 2490] New: allow to set AuthorizedKeysFile none
https://bugzilla.mindrot.org/show_bug.cgi?id=2490
Bug ID: 2490
Summary: allow to set AuthorizedKeysFile none
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: calestyo at scientia.net
Hi.
Analogous to AuthorizedPrincipalsFile it would be nice if one could set
AuthorizedKeysFile to none so that no file is used.
I guess one can, as a workaround set /dev/null, but that will probably
lead to have it always opened and tried.
Cheers,
Chris.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-13 02:19 UTC
[Bug 2490] allow to set AuthorizedKeysFile none
https://bugzilla.mindrot.org/show_bug.cgi?id=2490
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|NEW |RESOLVED
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
It's already supported. From sshd_config(5) AuthorizedKeysFile:
> Multiple files may be listed, separated by whitespace. Alternately
> this option may be set to ?none? to skip checking for user keys in
> files. The default is ?.ssh/authorized_keys .ssh/authorized_keys2?.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:42 UTC
[Bug 2490] allow to set AuthorizedKeysFile none
https://bugzilla.mindrot.org/show_bug.cgi?id=2490
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Possibly Parallel Threads
- AuthorizedKeysFile
- [Bug 2487] New: AuthorizedPrincipalsCommand should probably document whether it only applies to TrustedUserCAKeys CAs
- [Bug 2288] New: documentation of options defaulting to "none"
- [Bug 2623] New: AuthorizedKeysFile split pub key and signature with tab `\t` not work.
- [Bug 2755] New: [PATCH] sshd_config: allow directories in AuthorizedKeysFile=