From 8d5bbdc30c911d8d58dd58a582b8dc145abc57e6 Mon Sep 17 00:00:00 2001 From: John W Kerns Date: Fri, 1 Sep 2017 18:54:28 -0700 Subject: [PATCH] Updated README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde507f..ec91861 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# checkmyip +# 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 +``` + + + + + +