How to set a default SFTP path?
PreviousHow can I get Termius for free with GitHub Student Developer Pack?NextHow can I hide the AI widget?
Last updated
Was this helpful?
Termius does not support this directly yet, but you can apply a server-side workaround to get the same result.
Open the sshd_config file on the server you connect to.
Add -d "<path>" to the end of the line that starts with Subsystem sftp.
Example: Subsystem sftp /usr/libexec/sftp-server -d "/home/"
Last updated
Was this helpful?
Was this helpful?