vimwiki: dth @ dth-MacBookAir

This commit is contained in:
dth@taiga.ai 2022-07-26 17:25:29 +02:00
parent 6e67a802a6
commit 03656f00d5
3 changed files with 137 additions and 45 deletions

View file

@ -66,6 +66,10 @@ setup_server_ip_sync_python_env:
git_overview:
cd ~ && find . -name .git -type d -prune
setup_server_authorized_keys:
setup_server_mynetwork:
mkdir -p ~/.ssh
ln -s -f ~/dotfiles/.ssh/authorized_keys ~/.ssh/authorized_keys
setup_client_mynetwork:
ssh-keygen -q -t rsa -b 4096 -N '' -f ~/.ssh/id_rsa_mynetwork <<<y >/dev/null 2>&1
cat ~/.ssh/id_rsa_mynetwork.pub >> ~/dotfiles/.ssh/authorized_keys