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.
我的要求如下:
我必须使用我的凭据登录到 Unix 框,一旦登录,我必须对不同的用户执行 su。我需要为 scsu 命令提供密码和原因。一旦 su 成功,我必须以该用户的身份一个接一个地运行一组命令。
执行完成后,关闭通道和会话。
我尝试使用 Shell 通道,但我只能触发 scsu ...需要帮助来完成命令执行和关闭通道的剩余要求