Displaying 4 results from an estimated 4 matches for "authorized_credentials".
2011 Aug 20
2
authorized_credentials patch.
...y the AuthorizedKeysFile.
Uses krb5_principal_match() to support widcard matches.
Uses percent_expand() to expand tokens for:
credential USER[/INSTANCE]@REALM
homedir /home/user
username user
cred name USER
cred instance INSTANCE
cred realm REALM
My intended application:
# cat ~svn/.ssh/authorized_credentials
command="/usr/bin/svnserve -t -r /var/svn/ --tunnel-user=%n" */svn@%r
Enjoy.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: openssh-authorized_credentials.patch
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachment...
2015 Mar 05
0
[Bug 1927] authorized_credentials (aka authorized_keys for GSSAPI-MIC)
https://bugzilla.mindrot.org/show_bug.cgi?id=1927
Matthew N. Dodd <matthew.nygard.dodd at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2076|0 |1
is obsolete| |
--- Comment #1 from Matthew N. Dodd
2015 Mar 05
0
[Bug 1927] authorized_credentials (aka authorized_keys for GSSAPI-MIC)
https://bugzilla.mindrot.org/show_bug.cgi?id=1927
Matthew N. Dodd <matthew.nygard.dodd at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|5.8p2 |-current
--
You are receiving this mail because:
You are watching the assignee of the bug.
2007 Jun 28
5
[Bug 1326] New: Allow non-public-key credentials in authorized_keys file ( Kerberos, etc.)
...; ssh-rsa AAAAB3NzaC1yc2EAAAA....
from="*.bla.com" ssh-gssapi johndoe at bla.com
from="*.bla.com" ssh-md5password fa45c39ad35d1efa635916459dac4bed
command="/bin/helpdesk" ssh-md5password 163fa56fade48646fa4562ecb6b7901
The authorized_keys file could even be renamed to
authorized_credentials, to reflect that it is a list of credentials
that are authorized for login, which includes, but is not restricted
to, RSA and DSA keys.
For Kerberos logins, the extended syntax of the authorized_keys file
that I propose would allow me to list authorized Kerberos principals
whose name is not identi...