forked from BSDCafe/checkmyip
Updated README
This commit is contained in:
parent
1b15bf25fb
commit
8d5bbdc30c
1 changed files with 31 additions and 1 deletions
32
README.md
32
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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue