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.
我想检查我的python代码中的服务器签名是否在比较的bash中发生了变化
ssh-keyscan IP
和
ssh-keygen -F IP
(当然不完全比较,但需要一些过程)
我怎么能在python中做到这一点?例如在 paramiko 中或不使用它(首选)。
为此,您可以将子进程 popen 与通信结合使用。
请参阅2502833/python-store-output-of-subprocess-popen-call-in-a-string