X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
1 Yıllık Alımlarda Geçerli %15 İndirim Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralAllowing Only One IP Address on SSH...

Allowing Only One IP Address on SSH Port with IPTables

Below is the example command required to allow only one IP address on the SSH port with IPTables.

#!/usr/bin/env bash


iptables -A INPUT -s 185.122.122.202 -p tcp --dport 22 -j ACCEPT

You can click for our Türkiye location virtual servers.

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(459 times viewed. / 1 people found helpful.)