Closed dhollman closed 4 years ago
Claim an instance first in this spreadsheet by putting your name next to an instance:
https://docs.google.com/spreadsheets/d/16l7rzkuu8IYvY-3NiY6moTi9hEz6fHhHBtwlqrXZhd0/edit?usp=sharing
Use the following private key to SSH into one of these instances once you claim an instance:
-----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEAweKrRQpMCMNO4foT8saHy7o4spElPuSS81W5xGNNOjAfaiwQE7SjUdnC2kmf 3Uoy4Vlz5/tNqexc+9lcFKiZ2WZRnKKjL0ZDsN/q17mLUeUs6BchjP0TV+3cZ9EKoez5cRKk96bV zmW6zAbqNZY3qlHE2sKD6LkiSzbfioCxz4JJqqnlkBk8sJnMnwRQl16zmO0+pwhcWQ+tkjxbNpd0 4em/sgW5D5VQ67kVaM5WVL7w+X5d3hDyY/2dIpMp55H1iH/TEvf2JH65uX7X95aBq2VHUy0Hp2/H MD9TwfjkTH/eXFyLHvOmdTBtlq9cU5CFxt6uG+zs2fpLOlaBFwKftQIDAQABAoIBAQCHhx23dfou Se/zEG8vTk2QQEzvrXv+maKLDAp91/gcy5S6D7DxRVzAk1qcYcio0/v7AB+AMm9Yb0uUFJ1EJ5Lb n6U+u4UcP56DnhI315Amn+8jEUA3oJQL684cl8g55j97JdBA+NMNopjPk6nV6XphySS00jGI1Ri+ wM3DsDAa3zyHj9pySZCjk23fkJTS/62ww133Y4xFpbM7jGL1VSnVghqNBDuwIWCXxrnrV+j6CKRN vE2sFR53rcelQMwX8XBNn8FHMMk8YuKxgLowP14x6hmHfrg2/JVpLKaBz4ncPb2cQ4iyVbAPNQ+k YR85nBK5knrB0yNydIX0zctlRhelAoGBAPGaM2iUWNsfGD5eRnhHjCbI+ceAL5C7X7YW5Oo3K7sc JXhF6Cc+XPESr3rjamVqoorjayU/xuHSDRY2FiS+P3P7llko9Z57f22iuZhfxxp7Sa1ZEpsRaBYj o50vWeEY25/XyFATJCOzRIEtfMv9MhOqWIXkkm8OFKa0z7a8S15DAoGBAM1whBFD0Qo2lJkBLGvx T/kMGKUk0MLvukFW4BBc6nnNCB0RoJpTdqf8FyJf9jRJL0pfUk81i7HeTPWTOdZPxBcIqXEc7xEA lIBJM5JqYAuEk7phJdepqwPZwtZ5GvLuIHs9LwSOeg9LkDSf3jOJODzNXFx8gI55Tz16tvzD0jan AoGBAOvdu+SUNy8s6zEwPqH8T5Ip0Nh4h3dHxkfxj+gslm/kKZyCuwNc+cWMlW5miJ+b/DWVkiva WKJru8T8Zp/WcAIeEwjWWPww2xXAsGpWzv1GcYZfmC91TeWXQ4sYCCoeZ4NkWTX7ieOkhvOJ4fUQ KgxS2HtWy7LJz1V03fgrWXUbAoGBAMQoWvHhPwfxdZFifXfTwfiahC2rKWn4XG9m9CqrjXcfPlAD NMYmS3W6TpyT5BGoj28D9SOMjQYYrIMPQHpRT3pu2tsWNW6WjzSusH9s8qgMvsGHYQq7Bn92vYLr v7+Vf44srWg8Ym+YRuj4fMHYk8n6i+YDOvzO98pMEcznbSChAoGBAL/w1NzPMtYowshKaT0xsMJX lRaEi/s1ta5qBuvay0t/BV/is2UCVtbiyLinSI6A8urSBLRfw4tG/lbP4QUxlXo8loz1ZuSDlHHo naBrvrInhKXJJ8j0Ja03xIWnVr6T753DGgkMMG2/RUpbZy3bDQaFJtcGU1l+cyS8Y38hSZhs -----END RSA PRIVATE KEY-----
Save this key into a file on your laptop (e.g., tutorial-key.pem). Note that file must only be readable by you: chmod go-r tutorial-key.pem
tutorial-key.pem
chmod go-r tutorial-key.pem
You can then login like this:
ssh -i tutorial-key.pem ec2-user@IPADDRESS where IPADDRESS is the address you claimed on the spreadsheet.
ssh -i tutorial-key.pem ec2-user@IPADDRESS
IPADDRESS
This is the new spreadsheet to be used: https://docs.google.com/spreadsheets/d/1e4wsxw2fgobQnYMirKEH8n_TFIZg0FgI_ubquTpwa3U/edit?usp=sharing
Claim an instance first in this spreadsheet by putting your name next to an instance:
https://docs.google.com/spreadsheets/d/16l7rzkuu8IYvY-3NiY6moTi9hEz6fHhHBtwlqrXZhd0/edit?usp=sharing
Use the following private key to SSH into one of these instances once you claim an instance:
Save this key into a file on your laptop (e.g.,
tutorial-key.pem
). Note that file must only be readable by you:chmod go-r tutorial-key.pem
You can then login like this:
ssh -i tutorial-key.pem ec2-user@IPADDRESS
whereIPADDRESS
is the address you claimed on the spreadsheet.