A Telnet, SSH, DNS and Web Based Public IP Address Lookup Service for BSD Cafe
Find a file
2017-09-01 18:54:28 -07:00
checkmyip.py Added paramiko lodger creation 2017-09-01 17:53:22 -07:00
LICENSE Initial commit 2017-09-01 01:49:34 -07:00
README.md Updated README 2017-09-01 18:54:28 -07:00

CheckMyIP

A Telnet and SSH based IP Lookup Service

Install Process

Change Linux SSH Port to TCP222 and reboot

sudo sed -i --follow-symlinks 's/#Port 22/Port 222/g' /etc/ssh/sshd_config

shutdown -r now

Install Dependencies

yum install gcc -y
yum install libffi-devel -y
yum install openssl-devel -y
pip install python-gssapi