Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用默认 shell:在我们的服务器上使用 Bash,但我们中的一些人更喜欢 zsh,所以我们寻找一种方法来自动设置 ZSH。
chsh 到 zsh 我不是一个选项。
怎么样
ssh -t remote_user@remote_host zsh
?
取决于您想要它的“自动”程度。如果您希望ssh -t remote_user@remote_host它只给您 zsh 提示符,那么您应该考虑一下 bash 函数的行数。但是IMO,那将是一个非常糟糕的方法。
ssh -t remote_user@remote_host