The app doesn't yet provide a way to set a default SFTP path for a host / local host.
However, here's what you can do in the case an OpenSSH server:
- Open the sshd_config file on the server you're connecting to.
- Add
-d "<path>"
at the end of the line beginning withSubsystem sftp
, e.g:Subsystem sftp /usr/libexec/sftp-server -d "/home/etc/www/Mysite/plugins"
<path>
will act as the default SFTP directory on this server.
112
-60
Was this article helpful?
26 out of 112 found this helpful
Articles in this section
- I have two teams working separately, and now I see the Business Plan allows separate access between different vaults. How can I merge my two teams?
- App does not show a keyboard with attached YubiKey and other FIDO2 device
- How to reset my password without losing my data?
- Does Termius support my Enterprise SSO provider?
- How to get a quote?
- How can I enable Split View?
- How do I cancel the trial period?
- How to copy/paste in the desktop app?
- How to copy/paste on iOS?
- How to adjust text size?
when i do this on windows, SFTP session doesn't run anymore (i set my onw path)
I just add it above as ChrootDirectory and its worked
Hello - I am wondering if this feature is scheduled to be added. Its a bit frustrating having to put in the site path everytime I access my server via sftp.
Is this something that is coming?