SSH mount
This commit is contained in:
8
bin/ssh-mount.sh
Executable file
8
bin/ssh-mount.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://www.redhat.com/sysadmin/sshfs
|
||||
|
||||
set -x
|
||||
|
||||
sshfs 10.20.4.12:/home/lachtan /home/lachtan/mnt/borgcube
|
||||
|
||||
5
bin/ssh-unmount.sh
Executable file
5
bin/ssh-unmount.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
fusermount -u /home/lachtan/mnt/borgcube
|
||||
@@ -1,3 +1,4 @@
|
||||
# list of debian packages to install
|
||||
curl
|
||||
mc less vim tcpdump hwinfo
|
||||
sshfs
|
||||
|
||||
Reference in New Issue
Block a user