目的:懒的敲一些重复的指令,比如登录后cd到某个目录。
咋办:
ssh -t user@xxx.xxx.xxx.xxx "cd /directory_wanted ; bash"
注意,";bash"不要少。