diff --git a/install.sh b/install.sh index 7a3ae74..6a4d1f5 100755 --- a/install.sh +++ b/install.sh @@ -11,3 +11,12 @@ fi rm -f $HOME/.zshrc $HOME/.profile >/dev/null 2>&1 find * -maxdepth 0 -type d | xargs -I{} $STOW -t "$HOME" {} + +func encrypt() { + openssl enc -e -aes256 -base64 -in $1 +} + +func decrypt() { + openssl enc -d -aes256 -base64 -in $1 +} + diff --git a/ssh/.ssh/scalene-config b/ssh/.ssh/scalene-config index 23bbb77..29c1340 100644 --- a/ssh/.ssh/scalene-config +++ b/ssh/.ssh/scalene-config @@ -1,5 +1,11 @@ Host nyyrikki-vpn Hostname 10.147.19.238 +Host nyyrikki + Hostname 192.168.101.110 + +Host tuulikki + Hostname 192.168.101.69 + Host tuulikki.scalene.net Port 22022