Skip to content
Discussion options

You must be logged in to vote

Hi Joan,

To answer both of your questions:

1. The SSH Config File in WebSSH is virtual — not the system one

WebSSH doesn’t use the system’s /etc/ssh/ssh_config. It has its own virtual SSH Config File, accessible via:

Settings ⚙️ → SSH section → “Edit /etc/ssh/ssh_config”

On macOS the option is there — just scroll down to the SSH section in WebSSH Settings. Once you find it, you can add something like:

Host MY_SERVER_NAME
    RemoteCommand cd /var/www/myproject && exec bash --login

where MY_SERVER_NAME matches the connection name (alias) you’ve set in WebSSH.

More details in the SSH Config File documentation.

2. What “Execute command” in Terminal Settings does

This is equivalent to Remo…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Joan1211
Comment options

You must be logged in to vote
1 reply
@isontheline
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants