Displaying 8 results from an estimated 8 matches for "authorizedkeyfil".
Did you mean:
authorizedkeyfile
2002 Mar 18
0
[Bug 172] New: Add multiple AuthorizedKeyFiles options
http://bugzilla.mindrot.org/show_bug.cgi?id=172
Summary: Add multiple AuthorizedKeyFiles options
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:...
2002 Mar 18
4
[Bug 172] Add multiple AuthorizedKeyFiles options
http://bugzilla.mindrot.org/show_bug.cgi?id=172
------- Additional Comments From alex.kiernan at thus.net 2002-03-18 18:47 -------
Created an attachment (id=48)
Multiple AuthorizedKeyFile patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2016 Aug 02
0
[Bug 172] Add multiple AuthorizedKeyFiles options
https://bugzilla.mindrot.org/show_bug.cgi?id=172
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
2011 Jan 30
1
[Bug 172] Add multiple AuthorizedKeyFiles options
https://bugzilla.mindrot.org/show_bug.cgi?id=172
Sascha Silbe <sascha-openssh-bugs at silbe.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sascha-openssh-bugs at silbe.o
| |rg
--
Configure
2011 Apr 14
0
[Bug 172] Add multiple AuthorizedKeyFiles options
https://bugzilla.mindrot.org/show_bug.cgi?id=172
Robin Bowes <robin.bowes at yo61.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robin.bowes at yo61.com
--- Comment #11 from Robin Bowes <robin.bowes at yo61.com> 2011-04-14 20:18:34 EST
2002 Apr 23
0
[Bug 172] Add multiple AuthorizedKeyFiles options
http://bugzilla.mindrot.org/show_bug.cgi?id=172
------- Additional Comments From alex.kiernan at thus.net 2002-04-23 23:55 -------
Created an attachment (id=88)
Implement multiple authorized keys against CVS copy from openssh at anoncvs.be.openbsd.org:/cvs as of 2002/4/23
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2013 Oct 10
0
[Bug 172] Add multiple AuthorizedKeyFiles options
https://bugzilla.mindrot.org/show_bug.cgi?id=172
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |waldi at debian.org
--- Comment #13 from Damien Miller <djm at mindrot.org> ---
*** Bug 1684 has been marked as
2002 Jan 23
0
[PATCH] Add multiple AuthorizedKeyFiles options
Hi,
We'd like to run sshd with a configuration morally equivilent to:
# stuff ...
AuthorizedKeysFile /var/db/keys-distributed-by-security-team/%u
AuthorizedKeysFile %h/.ssh/authorized_keys
# be backwards compatable for a bit longer yet
AuthorizedKeysFile %h/.ssh/authorized_keys2
# more stuff ...
The following patch (against the cvs source) turns the authorizedkeysfile
statement in sshd.conf