SSH Remote Access Failed after newly installed TPot 20.06.2 port no.64295 #969
Replies: 2 comments
|
Resolved after TPot update! |
|
@barrydekong For anyone encountering the same symptoms (
sudo systemctl status sshor sudo systemctl status sshdT-Pot changes the host's SSH daemon to TCP port 64295 during installation, but it still uses the system's SSH service and OS users. :contentReference[oaicite:0]{index=0}
ss -tlnp | grep 64295or netstat -tlnp | grep 64295If nothing is listening, check
From another machine: nc -vz <tpot-ip> 64295or telnet <tpot-ip> 64295If the connection times out, verify that:
sudo journalctl -u ssh -xeor sudo journalctl -u sshd -xe
Since the original issue was resolved by updating, I'd strongly recommend upgrading to a supported T-Pot version. The project has had numerous improvements and fixes since the 20.06.x releases. :contentReference[oaicite:2]{index=2} If the issue persists after upgrading, it would help to know:
If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Uh oh!
There was an error while loading. Please reload this page.
Three days ago my TPot 20.06.2 on Cloud location was failed to connect with "Connection Timeout" by Putty through port no.64295 and I installed a new TPot at local VM for testing with the same issue! Anyone have the same issue or any solution resolve the issue?
All reactions