Last active
September 6, 2015 06:42
-
-
Save myun2/519ca5caf97273f0b590 to your computer and use it in GitHub Desktop.
ak
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
cd | |
mkdir .ssh | |
chmod 700 .ssh | |
cd .ssh | |
echo ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA63FXwA2Jyo4jYId5kt2JDjvw8Jjlq6EoJF/lUJX9x0WV++DtDfvDW7fBsO41cDmkYrD3LlFZKfD/CPNr1HMJTtlZ/Lb9v7D9XEKjmn8cEP+Y2y4KMVpRNt+mY+zL2byTTLovZve/Pi4I7edvggVcpCM0Fd3fJGdEJsKdiLFk5C/3n5uipdRU+zenVaJPZGwkADBBC8GYhRiorMLPpepHjXocR16sXt7v9xL7JEfPilyOEo0u6EcxonSymV8mZGNzXVqjRvK9RN8yLLSlNQ7w0ZQfDgIvMT+X1ZnDjT2QfwDb+xYJgWpWNy5H4QPTSWIeeZACp7cWovGofbIzb2eWuw== tomoaki@OVERISK > authorized_keys | |
chmod 600 authorized_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment