Führen Sie SSH aus und führen Sie den Befehl sofort aus
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'