SSH mount

This commit is contained in:
Martin Blazik
2020-08-19 18:06:45 +02:00
parent 3b5bbb6103
commit f8e7d9917f
3 changed files with 14 additions and 0 deletions

8
bin/ssh-mount.sh Executable file
View 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
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -x
fusermount -u /home/lachtan/mnt/borgcube

View File

@@ -1,3 +1,4 @@
# list of debian packages to install
curl
mc less vim tcpdump hwinfo
sshfs