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
|
||||
|
||||
Reference in New Issue
Block a user