From a8f2dd1bceeca46d2241435340f12c8b3dc87f87 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Fri, 20 May 2022 16:19:22 -0400 Subject: [PATCH] Add alias --- .config/plasmavaultrc | 4 ++-- .ssh/config | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.config/plasmavaultrc b/.config/plasmavaultrc index b91b48e..fe3272e 100644 --- a/.config/plasmavaultrc +++ b/.config/plasmavaultrc @@ -2,7 +2,7 @@ activities= backend=cryfs lastError=Unknown device (code: 1) -lastStatus=254 +lastStatus=2 mountPoint=/home/joe/Vaults/Blackmail name=Blackmail offlineOnly=false @@ -11,7 +11,7 @@ offlineOnly=false activities= backend=cryfs lastError=Cannot create the mount point (code: 0) -lastStatus=254 +lastStatus=2 mountPoint=/home/joe/Vaults/NSFW name=NSFW offlineOnly=false diff --git a/.ssh/config b/.ssh/config index 8bd570b..3f34539 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,5 +1,13 @@ # SSH For my own hosts # Supermicro machine in the server rack +Host crawler.kitsunehosting.net + HostName crawler.kitsunehosting.net + User joe + +Host 10.12.33.234 + HostName 10.12.33.234 + User will + Host 10.85.3.39 HostName 10.85.3.39 User joe