Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

SSH with key Linux

nano ssh_key_for_demo_user.txt # paste your ssh key in here

chmod 600 ssh_key_for_demo_user.txt

ssh -i ssh_key_for_demo_user.txt demo@demoserver.com
Source by docs.rackspace.com #
 
PREVIOUS NEXT
Tagged: #SSH #key #Linux
ADD COMMENT
Topic
Name
7+9 =