Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux ssh

# Go to your home directory:
cd

# If it doesn't exit, create the foldr .ssh
mkdir .ssh

# If it doesn't exit, create the file authorized_key
vim authorized_key

# Copy your PUBLIC key from your local to this file.
# Have fun.
 
PREVIOUS NEXT
Tagged: #linux #ssh
ADD COMMENT
Topic
Name
9+5 =