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:
@@ -22,7 +22,7 @@ REMOTE_DEFAULT="user@vps.example.com"
|
||||
DURATION_DEFAULT="2h"
|
||||
TPORT_DEFAULT="2222"
|
||||
LPORT_DEFAULT="22"
|
||||
INVITE_MOUNT_DEFAULT="/mnt/remote-rssh"
|
||||
INVITE_MOUNT_DEFAULT="$HOME/remote-rssh"
|
||||
|
||||
# Profiles (search order: user -> system -> packaged fallback)
|
||||
PROFILES_USER="${XDG_CONFIG_HOME:-$HOME/.config}/backtunnel/profiles.ini"
|
||||
|
||||
Reference in New Issue
Block a user