use pubkey auth for containers

This commit is contained in:
Sonny Bakker 2017-11-07 07:06:34 +01:00
parent 4ba2d0ce38
commit 3db1764a7f
3 changed files with 6 additions and 18 deletions

View file

@ -92,7 +92,3 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
# use vim as default editor
export VISUAL=vim
export EDITOR="$VISUAL"