()
| 21 | } |
| 22 | |
| 23 | func authorizedKeysPath() string { |
| 24 | return filepath.Join(conf.SSH.RootPath, "authorized_keys") |
| 25 | } |
| 26 | |
| 27 | // RewriteAuthorizedKeys rewrites the "authorized_keys" file under the SSH root |
| 28 | // path with all public keys stored in the database. |
no outgoing calls