-
Notifications
You must be signed in to change notification settings - Fork 218
SSH Instructions
To SSH into your SMC project you need to create public/private keys.
For Microsoft Windows users a free SSH client with key generator is Putty; see instructions for generating key with Putty.
On OS X, open a Terminal, then type cat .ssh/id_rsa.pub
to see if you already have a public key. If not type ssh-keygen
to create a public key. Then type cat .ssh/id_rsa.pub
to see your key; you may then copy and paste it into the file .ssh/authorized_keys
in your SageMathCloud project.
Once you have your public key convert it into the below format (which must all be on one long line!). This is what you will paste into the file .ssh/authorized_keys
in your project in SageMathCloud.
ssh-rsa
AAAAB3NzaC1yc2EAAAABJQAAAQEAkN6u3LIzcNgvWE3iNm4sySrR8X7UAc0ydWCKDZXaPM8XVhrCX3O5V+wyxufyZPDh3NmarDLoiLKTSVJap5tU05UKbO5lyINz76y+/LX74VOZf1lB+TiTgsXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXVNMFPYTG1mSaSLv8wDzFgF+CDfm9IOWZKZFERlGzUokEflQ89tQMPywKEfo/L1TJo3mJwWG3yg8gFmkKE4pfX1hF2Dyq5hHS/8L5YvCu141wITwkmtv+LYdui8WpWL5p8egBDjjMYRy0ChcNb3hmAo8xIRJ7YzGw+9uxsPUAebsQuUPCbx+19r3UQOJ8mgsP1tyjHLw==
This Wiki is for CoCalc.com.
A more structured documentation is the CoCalc User Manual.
For further questions, please contact us.