Disable SSH Login Using External IP [SOLVED]

My company has setup a Network Appliance running Vyos as the router/firewall for our web servers hosted at the local data centre.

They want me to disable the SSH login via the external IP.
If configuration is needed, we will VPN to the network, then login via the internal IP.

First of all, is this possible?
For the moment I am assuming it is.

Secondly, how to do this.
I am thinking of disabling SSH protocol on the external IP…

Thanks for any help!

You can make VyOS only listen for SSH requests on its LAN IP by:
set service ssh listen-address

Alternatively, use WAN_LOCAL firewall rules to block SSH. (I hope you already are using WAN_LOCAL rules, since they protect the box itself)

Thanks 16again!

That did the trick.

:slight_smile:

Can you tell a litle more about this :slight_smile:

It is just a firewall from the WAN (external) network destined to router itself

set service ssh listen-address
Did the trick, thanks :slight_smile: