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:
2025-09-20 10:49:45 +02:00
parent c46a1da405
commit 85e73ca4da
9 changed files with 144 additions and 26 deletions

View File

@@ -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