GetAuthorizedKeys returns a list of public keys in the OpenSSH Authorized Keys format.
()
| 492 | GetKeys() []ssh.Signer |
| 493 | // GetAuthorizedKeys returns a list of public keys in the OpenSSH Authorized Keys format. |
| 494 | GetAuthorizedKeys() []string |
| 495 | } |
| 496 | |
| 497 | // AuthUserStorage is a storage interface for creating and managing in-memory users used for test |