This commit is contained in:
Jan Jastrow 2022-02-10 21:18:09 +01:00
parent 346fccde9e
commit 950e351f77
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@ sudo chsh -s $(which zsh) $USER
# If private repo is available, add ssh config + hosts
if [[ -d $HOME/.jan ]]; then
echo "Include ~/.jan/ssh_hosts" >> ~/.ssh/hosts
echo "Include ~/.dotfiles/ssh/settings" >> ~/.ssh/config
echo "Include ~/.jan/ssh_hosts" >> ~/.ssh/config
chmod 600 ~/.ssh/config
chmod 600 ~/.jan/ssh_hosts
fi