Exécutez SSH et exécutez immédiatement la commande

ssh -t 'command; bash -l'
ssh -t [email protected] 'cd /some/path; bash -l'
Mr.Helper