From 0e415dd3ffd2f237013b1c30476fbe8fcfb3d9e2 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 7 Jun 2017 15:01:24 +0200 Subject: [PATCH] meh --- ssh/config | 1 + zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index 20df1e0..8a4664f 100644 --- a/ssh/config +++ b/ssh/config @@ -3,6 +3,7 @@ Host atlantismedion Host gitlab.cs.fau.de IdentityFile ~/.ssh/gitrsa Host *.fauiwg.de + User sheppy IdentityFile ~/.ssh/wg Host *.cs.fau.de IdentityFile ~/.ssh/cipkey diff --git a/zshrc b/zshrc index 68a0f90..ae38d84 100644 --- a/zshrc +++ b/zshrc @@ -164,7 +164,7 @@ alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'" alias -g uni="ik15ydit@faui06c.cs.fau.de" alias cipkey="ssh-add ~/.ssh/ciplogin" alias cipra="xpra start ssh:ik15ydit@faui00n.cs.fau.de:100 --start-child urxvt" -alias mountcip="sshfs ik15ydit@faui00n.cs.fau.de:/ -o idmap=user $CIP_MOUNTPOINT" +alias mountcip="sshfs ik15ydit@faui00n.cs.fau.de:/ -o reconnect,idmap=user $CIP_MOUNTPOINT" alias umountcip="fusermount -u $CIP_MOUNTPOINT" ## DIRECT TO CONFIG ##