Is it possible, for each host, to set initial directory where shell would cd into when logged in? (not home)
For example, I have a snippet in ~/.ssh/config
Host mybusiness
Hostname mybusines.com
User plone
And now I can ssh to this host with ssh mybusiness command, but always the first task I need to do is to type in the command cd /srv/www
