Allow a local-only SSH config to exist
This commit is contained in:
parent
c471fcb9d0
commit
928bebd225
@ -93,4 +93,5 @@ Host laptop
|
||||
HostName ewpratten-laptop.home
|
||||
|
||||
Match all
|
||||
Include /Users/ewpratten/.ssh/cloudflare/config
|
||||
Include %d/.ssh/config.local
|
||||
|
||||
|
@ -55,6 +55,7 @@ ln -sf $EWCONFIG_ROOT/configs/.gitconfig ~/.gitconfig
|
||||
|
||||
# Configure SSH
|
||||
ln -sf $EWCONFIG_ROOT/configs/ssh/config ~/.ssh/config
|
||||
touch ~/.ssh/config.local
|
||||
chmod 644 "$HOME/.ssh/config"
|
||||
if type -p chown > /dev/null; then chown $USER "$HOME/.ssh/config"; fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user