-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh: connect to host 192.168.31.1 port 22: Connection refused #194
Comments
I have the same issue, mine is running with docker and I turn off the firewall but link 22 is also failing |
Same issue.... How do I resolve thisC:\Users\Monster>docker run --network host -it openwrtinvasion
router_ip_address: 192.168.31.1 start uploading config file...
C:\Users\Monster>telnet 192.168.31.1 |
我也碰到相应问题,显示可以通过三种方式连接,但是我使用ssh连接显示拒绝,连接不了。 |
can you solved this problem? |
r4a version: 2.30.28
Router IP address [press enter for using the default 'miwifi.com']:
Enter router admin password: 12345678
There two options to provide the files needed for invasion:
script_tools
.Which option do you prefer? (default: 1)
router_ip_address: miwifi.com
stok: c95a79437de2ca690ee3e53797533537
file provider: local file server
start uploading config file...
start exec command...
local file server is runing on 0.0.0.0:39891. root='script_tools'
done! Now you can connect to the router using several options: (user: root, password: root)
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc -o UserKnownHostsFile=/dev/null [email protected]
ssh: connect to host miwifi.com port 22: Connection refused
telnet 192.168.31.1
Connecting To 192.168.31.1...Could not open connection to the host, on port 23: Connect failed
ssh [email protected]
ssh: connect to host 192.168.31.1 port 22: Connection refused
The text was updated successfully, but these errors were encountered: