312 added hass ssh
parent
752fea5ee7
commit
7181f1ee69
|
@ -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
|
||||
}
|
|
@ -34,4 +34,9 @@ Host 312hass
|
|||
user root
|
||||
hostname hass.sj312.net
|
||||
port 22222
|
||||
|
||||
|
||||
Host 312ha
|
||||
user root
|
||||
hostname hass.sj312.net
|
||||
port 22
|
||||
|
||||
|
|
Reference in New Issue