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.
我想编写一个脚本,它可以登录到远程服务器并将控制权交还给终端上的用户,以便用户可以在此之后执行命令。基本上是为了避免登录服务器的冗长过程。请建议我如何做到这一点。
提前致谢
如果远程服务器在 linux 上运行,则使用 ssh 密钥来完成这项工作,那么您只需一个命令即可登录:
ssh <servername>