Frequently Asked Questions

  1. Q. How can I create an SSH key?

    A. Here is a command that works in most versions of Unix:

    ssh-keygen -t rsa -b 2048

    To find out more, please see this Getting started with SSH Guide

  2. Q. How can I set a default SSH key on SSH Control for all projects?

    A. Just go to the PROFILE tab.

  3. Q. How can I start a new project?

    A. First, create an SSH Key as shown above. Next, cut and paste the contents of the public key file into the web form box. You can use cat to display the file:

    cat $HOME/.ssh/id_rsa.pub

    Just cut and paste that whole long string (starting with ssh-rsa or ssh-dsa ) into the Default key form in the PROFILE tab. Next, press the save button.

    Then, press the Projects tab and create a new project. Press the "Default Key" button for the new project. Then press the project assignment view button to see the command to cut and paste with your mouse into your shell window to check out the project source code.

  4. Q. How can I cancel my paid subscription?

    A. Just go to Paypal and use the subscription control panel to discontinue the SSH Control subscription.