aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-21 19:26:18 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-21 19:26:18 -0500
commit66ea29422cc4df35cf2f19e1aaea20f753f84df6 (patch)
treea6a09bbf90dd3b5a52cfbb15b108b067266524c1 /ssh/config
parentada31a22273ec68cff8d1362bc1be2f94dd5aa91 (diff)
fix: removed ssh dotbot autoinstall
Diffstat (limited to 'ssh/config')
-rwxr-xr-xssh/config8
1 files changed, 0 insertions, 8 deletions
diff --git a/ssh/config b/ssh/config
index 917c51a..4b3e0ff 100755
--- a/ssh/config
+++ b/ssh/config
@@ -9,26 +9,18 @@ Host bifrost
Host heimdall
User pi
HostName heimdall
- PermitLocalCommand yes
- LocalCommand ssh -o PermitLocalCommand=no %n "which git >/dev/null && ([[ -d ~/dotfiles ]] && (echo "Updating dotfiles on %h ..." && cd ~/dotfiles && git pull -q && ./install >/dev/null) || (echo "Installing dotfiles on %h ..." && git clone -q --recurse-submodules https://github.com/tobyvin/dotfiles && ./dotfiles/install >/dev/null))"
Host loki
User pi
HostName loki.asgard
- PermitLocalCommand yes
- LocalCommand ssh -o PermitLocalCommand=no %n "which git >/dev/null && ([[ -d ~/dotfiles ]] && (echo "Updating dotfiles on %h ..." && cd ~/dotfiles && git pull -q && ./install >/dev/null) || (echo "Installing dotfiles on %h ..." && git clone -q --recurse-submodules https://github.com/tobyvin/dotfiles && ./dotfiles/install >/dev/null))"
Host odin
User tobyv
HostName odin.asgard
- PermitLocalCommand yes
- LocalCommand ssh -o PermitLocalCommand=no %n "which git >/dev/null && ([[ -d ~/dotfiles ]] && (echo "Updating dotfiles on %h ..." && cd ~/dotfiles && git pull -q && ./install >/dev/null) || (echo "Installing dotfiles on %h ..." && git clone -q --recurse-submodules https://github.com/tobyvin/dotfiles && ./dotfiles/install >/dev/null))"
Host thor
User tobyv
HostName thor.asgard
- PermitLocalCommand yes
- LocalCommand ssh -o PermitLocalCommand=no %n "which git >/dev/null && ([[ -d ~/dotfiles ]] && (echo "Updating dotfiles on %h ..." && cd ~/dotfiles && git pull -q && ./install >/dev/null) || (echo "Installing dotfiles on %h ..." && git clone -q --recurse-submodules https://github.com/tobyvin/dotfiles && ./dotfiles/install >/dev/null))"
Host mjolnir
User u0_a382