Ejecute SSH e inmediatamente ejecute el comando
ssh -t 'command; bash -l'
ssh -t [email protected] 'cd /some/path; bash -l'
Mr.Helper
ssh -t 'command; bash -l'
ssh -t [email protected] 'cd /some/path; bash -l'