From 309f8ec6927f172086a5cc1b3aa474ec2d8e4cf5 Mon Sep 17 00:00:00 2001 From: Josh S Date: Sat, 23 Sep 2023 19:12:25 -0400 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdfd4b2 --- /dev/null +++ b/README.md @@ -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