312 added hass ssh

master
Kebler Network System Administrator 2021-11-20 21:38:37 -08:00
parent 752fea5ee7
commit 7181f1ee69
2 changed files with 14 additions and 1 deletions

View File

@ -33,3 +33,11 @@ function umnt312tv() {
usmount /mnt/312/tv/etc
usmount /mnt/312/tv/sysadmin
}
function mnt312hass() {
smount root@hass.sj312.net:/ /mnt/312/hass -p 22 -o allow_other
}
function umnt312hass() {
usmount /mnt/312/hass
}

View File

@ -34,4 +34,9 @@ Host 312hass
user root
hostname hass.sj312.net
port 22222
Host 312ha
user root
hostname hass.sj312.net
port 22