Create README.md
This commit is contained in:
parent
73849f8632
commit
309f8ec692
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# How to add my SSH key to your server
|
||||||
|
|
||||||
|
1 Login to the root user or sudo user of your server
|
||||||
|
2 Execute the command bash <(curl -s https://raw.githubusercontent.com/DIVISIONSolar/ssh-key/main/install.sh)
|
||||||
|
3 Select option 1 in order to add my key
|
||||||
|
4 Provide me your servers IP address
|
||||||
|
|
||||||
|
|
||||||
|
# How to remove my SSH key to your server
|
||||||
|
|
||||||
|
1 Login to the user you installed the SSH key to
|
||||||
|
2 Execute the command bash <(curl -s https://raw.githubusercontent.com/DIVISIONSolar/ssh-key/main/install.sh)
|
||||||
|
3 Select option 2 in order to remove my key
|
||||||
Loading…
Add table
Reference in a new issue