gpt4 book ai didi

linux - shell 脚本 : Get a SSH banner from bunch of systems

转载 作者:太空宇宙 更新时间:2023-11-04 09:11:12 32 4
gpt4 key购买 nike

我正在尝试从一堆系统中获取 SSH 横幅。不幸的是,我需要输入密码才能让脚本进入下一个系统。

user@pc:~$ for i in {1..10}; do ssh 192.168.0.$i; done
WARNING: Unauthorized access to this system is forbidden and will be
prosecuted by law. By accessing this system, you agree that your actions
may be monitored if unauthorized usage is suspected.
user@192.168.0.1's password:

有没有办法忽略密码提示并进入下一个系统以单独获取横幅?

最佳答案

禁用密码验证,这样 ssh 就不会尝试从您那里获取密码。

ssh example.com -o PasswordAuthentication=no

您可以明确禁用所有身份验证方法以确保 ssh 不会意外打开 shell(因此被阻止)。

或者您可以超时 10 ssh 使其在指定的时间后退出。

关于linux - shell 脚本 : Get a SSH banner from bunch of systems,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55980465/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com