Update default mount point to $HOME/remote-rssh for consistency, and introduce backtunnel-auth-setup script for restricted SFTP-only key management. Update docs, scripts, and uninstall/install logic to reflect changes. Ensure robust handling of user-specified mount points in backtunnel-access.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
duration=2h
|
||||
tunnel_port=2222
|
||||
local_ssh_port=22
|
||||
invite_mount=~/remote-rssh
|
||||
invite_mount=$HOME/remote-rssh
|
||||
invite=true
|
||||
qr=false
|
||||
|
||||
@@ -10,4 +10,4 @@ qr=false
|
||||
user=me
|
||||
host=vps.example.com
|
||||
tunnel_port=4422
|
||||
invite_mount=~/remote-rssh
|
||||
invite_mount=$HOME/remote-rssh
|
||||
|
||||
Reference in New Issue
Block a user