added home server connection to scripts
This commit is contained in:
@@ -9,3 +9,7 @@ function conWorkServer () {
|
|||||||
function conPi() {
|
function conPi() {
|
||||||
ssh alex@192.168.172.96
|
ssh alex@192.168.172.96
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function conHomeServer() {
|
||||||
|
ssh alex@192.168.178.100
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user