312 added hass ssh
parent
752fea5ee7
commit
7181f1ee69
|
@ -33,3 +33,11 @@ function umnt312tv() {
|
||||||
usmount /mnt/312/tv/etc
|
usmount /mnt/312/tv/etc
|
||||||
usmount /mnt/312/tv/sysadmin
|
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
|
||||||
|
}
|
|
@ -35,3 +35,8 @@ Host 312hass
|
||||||
hostname hass.sj312.net
|
hostname hass.sj312.net
|
||||||
port 22222
|
port 22222
|
||||||
|
|
||||||
|
Host 312ha
|
||||||
|
user root
|
||||||
|
hostname hass.sj312.net
|
||||||
|
port 22
|
||||||
|
|
||||||
|
|
Reference in New Issue