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 55be6c548441626482d04210069058defe761994
parent 39768c9488b459b30708b1d539535cdfa51e567e
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri, 29 Sep 2017 09:02:35 -0700

access instance through hostname

Diffstat:
Mlinks/bin/google-cloud-lamps-instance1-ssh.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/google-cloud-lamps-instance1-ssh.sh b/links/bin/google-cloud-lamps-instance1-ssh.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e remotecommand='tmux attach -dt 0' -host=104.154.231.211 +host=adamsgaard.dk user=andersdc if [ "$1" = "-s" ]; then ssh $user@$host -t $remotecommand