How can I restrict SSH access when the source IP is dynamic
        Posted  
        
            by 
                Supratik
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Supratik
        
        
        
        Published on 2011-01-31T20:09:41Z
        Indexed on 
            2011/01/31
            23:27 UTC
        
        
        Read the original article
        Hit count: 363
        
Hi
I want to protect SSH access to our live web server from all IP's except our office static IP.
There are some employees who connects to this live server from their dynamic IP's. So, it is not always possible for me to change in the iptables rule in live server whenever the dynamic IP of the employee changes.
I tried to put them in office VPN and allowed only SSH access from office IP but the office connection is slow in compared to our employee's private internet connection, moreover it adds an extra overhead to our office network.
Is there any way I can solve this problem ?
© Server Fault or respective owner