Add instructions for generating host SSH key
This commit is contained in:
parent
5f00e669e7
commit
fad148e3ac
@ -2,6 +2,13 @@
|
||||
|
||||
Monolithic repository for my homelab
|
||||
|
||||
# Getting an SSH Key
|
||||
1. `TMP=$(echo "$HOME/.ssh/$(echo $HOSTNAME)_id_rsa") && ssh-keygen -b 8192 -t rsa -C "$USER@$HOSTNAME" -f $TMP -N "" && cat $(echo "$TMP").pub`
|
||||
2. Go to Jafner -> Preferences -> SSH Keys.
|
||||
3. Add the pubkey and save.
|
||||
|
||||
|
||||
|
||||
# Pulling Only Relevant Subdir
|
||||
Per: https://stackoverflow.com/questions/4114887
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user