You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added --user flag to support fetching users public keys
Sometimes you don't have organisation but you just want to
fetch few users public keys. Now there's `--user` flag
what does that; fetches users public keys.
For example fetch users public SSH keys from GitHub `my-lovely-team` team in `my-awesome-company` organization and output in SSH authorized_keys format
16
16
```shell
17
+
# Fetch 'my-lovely-team' keys in 'my-awesome-company' organisation
Tool can be used for example to automatically update `.ssh/authorized_keys` file by giving path to `.ssh/authorized_keys` as last argument and adding the script to cron job.
@@ -30,12 +34,15 @@ Tool can be used for example to automatically update `.ssh/authorized_keys` file
30
34
| --file-mode | No (default 0600) | File permissions when writing to a file |
0 commit comments