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:
@@ -35,7 +35,7 @@ Print a ready-to-copy access command for the remote side.
|
||||
|
||||
.TP
|
||||
.B --invite-mount <PATH>
|
||||
Suggested mount point included in the invite text (default: /mnt/remote-rssh). May be provided via profile.
|
||||
Suggested mount point included in the invite text (default: $HOME/remote-rssh). May be provided via profile.
|
||||
|
||||
.TP
|
||||
.B --invite-file <FILE>
|
||||
@@ -56,7 +56,7 @@ Remote port on which the reverse tunnel listens (default: 2222).
|
||||
|
||||
.TP
|
||||
.B -m, --mount-point <PATH>
|
||||
Local mount point for sshfs (default: /mnt/remote-rssh).
|
||||
Local mount point for sshfs (default: $HOME/remote-rssh).
|
||||
|
||||
.SH ARGUMENTS
|
||||
.TP
|
||||
@@ -116,7 +116,7 @@ A named profile providing at least \fBuser\fR and \fBhost\fR, and optional overr
|
||||
.br
|
||||
\fBlocal_ssh_port\fR=22
|
||||
.br
|
||||
\fBinvite_mount\fR=/mnt/remote-rssh
|
||||
\fBinvite_mount\fR=$HOME/remote-rssh
|
||||
|
||||
.P
|
||||
To use a profile, replace the remote with \fB@name\fR, e.g.:
|
||||
|
||||
Reference in New Issue
Block a user