Created
December 29, 2017 16:45
-
-
Save srghma/b1dd308d17debb3e0a73c5eb3162ed7b to your computer and use it in GitHub Desktop.
aws
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# connect | |
ssh centos@pubip_or_dns | |
ssh -i ~/.ssh/amazon/us-east-1 centos@pubip_or_dns | |
# add local key | |
paste ~/.ssh/id_rsa.pub to ~/.ssh/authorized_keys | |
# filezilla | |
https://forums.aws.amazon.com/thread.jspa?messageID=741338 but interactive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment