Add alias
This commit is contained in:
parent
7b92c7dcbb
commit
a8f2dd1bce
|
@ -2,7 +2,7 @@
|
||||||
activities=
|
activities=
|
||||||
backend=cryfs
|
backend=cryfs
|
||||||
lastError=Unknown device (code: 1)
|
lastError=Unknown device (code: 1)
|
||||||
lastStatus=254
|
lastStatus=2
|
||||||
mountPoint=/home/joe/Vaults/Blackmail
|
mountPoint=/home/joe/Vaults/Blackmail
|
||||||
name=Blackmail
|
name=Blackmail
|
||||||
offlineOnly=false
|
offlineOnly=false
|
||||||
|
@ -11,7 +11,7 @@ offlineOnly=false
|
||||||
activities=
|
activities=
|
||||||
backend=cryfs
|
backend=cryfs
|
||||||
lastError=Cannot create the mount point (code: 0)
|
lastError=Cannot create the mount point (code: 0)
|
||||||
lastStatus=254
|
lastStatus=2
|
||||||
mountPoint=/home/joe/Vaults/NSFW
|
mountPoint=/home/joe/Vaults/NSFW
|
||||||
name=NSFW
|
name=NSFW
|
||||||
offlineOnly=false
|
offlineOnly=false
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# SSH For my own hosts
|
# SSH For my own hosts
|
||||||
# Supermicro machine in the server rack
|
# 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
|
Host 10.85.3.39
|
||||||
HostName 10.85.3.39
|
HostName 10.85.3.39
|
||||||
User joe
|
User joe
|
||||||
|
|
Loading…
Reference in New Issue