From ee5f36c99197d3592088ef9a6755e59a635293a4 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 15 Sep 2018 10:52:04 +0200 Subject: [PATCH] fix ssh --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index ad9b4fe..8ba3dad 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,7 +1,7 @@ Host * ForwardX11 yes PermitLocalCommand yes - + #LocalCommand tar c -C${HOME} --exclude="dotfiles/.git" --exclude=".zim/.git" dotfiles .zim | ssh -o PermitLocalCommand=no %n "tar mx -C${HOME}; bash ~/dotfiles/dotfiles_setup.sh ; chsh -s /bin/zsh" Host summonerapi HostName 46.4.78.43