Replies: 1 comment
|
@ARTER616 If your VPS provider only allows a small set of inbound ports, you have two practical options: Option 1 (Recommended): Change the host's SSH portSince T-Pot only changes the host's SSH daemon configuration, you can change it back (or to any allowed port) by editing your SSH server configuration. For example: sudo nano /etc/ssh/sshd_configChange: to an allowed port, for example: Then restart SSH: sudo systemctl restart sshor sudo systemctl restart sshd(depending on your distribution). Don't forget to update your firewall/security group accordingly. Option 2: Port forwardingIf your VPS provider supports it, you can also forward an externally allowed port to For example: This is often the simplest solution if your provider offers NAT or firewall-based port forwarding. Things to keep in mind
One question:
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.
Uh oh!
There was an error while loading. Please reload this page.
I have a vps where very few ports are allowed, so I cannot connect via SSH on port 64295. How can I change configuration of tpot to be able to connect on another port (not 64295)?
All reactions