dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ec83cd6d7583c094255d3b50c1db85ded7e0e2a2
parent 126ed0f28775d9de8066635f7898eb58f6b1322b
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 28 Nov 2014 19:45:38 +0100

verbose connect

Diffstat:
Mbin/iddqd-ssh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/iddqd-ssh b/bin/iddqd-ssh @@ -2,8 +2,8 @@ if [[ "$(ifconfig | grep 10.17.8)" ]]; then echo "On geo lan, connecting directly..." - ssh iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' + ssh -v iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' else echo "Outside geo lan, connecting through fresh-horse..." - ssh fh.cs.au.dk -t 'ssh iddqd.nfit.au.dk -t "bin/tmux-dev.sh"' + ssh -v fh.cs.au.dk -t 'ssh iddqd.nfit.au.dk -t "bin/tmux-dev.sh"' fi