You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

editor: Eddy Timmer

Prerequisites

  • Running vm in Research Cloud.
  • OpenSSH key Public and private. (LINK)
  • SSH Client. (like. putty)
  • OneTime password (for webaccess) (LINK) 

Access a VM (Web)services

Preinstalled services like webaccess (ex. r-studio) or other login services that require a username and password can be accessed by using the one time password.

On the surfresearchcloud.nl go to your profile to review your username:

HERE WE CAN ADD AN EXAMPLE OF HOW TO LOGIN TO A WEBSITE WITH OneTime Password.

Access a VM with SSH

Access with SSH is only needed if you like to connect direct to your server.  SSH access to a vm is only possible by OpenSSH Key.

To access the VM you need to follow the following 3 steps:

  1. Add public key into SRAM. (only have to done once)
    This will set your public key into your profile.
  2. Access the VM with SSH.
    Use of your own SSH client to connect to your VM.

Add public key into SRAM. (only have to done once)

For login into your vm you have to add your public SSH key into you account this needs to be added to the SRAM authentication website.

  1. Open the SRAM page : https://sbs.sram.surf.nl/home
  2. In the top right click on the  button to login.
  3. Enter your mail address to be redirect to your SSO login page.
  4. Once you logged click on the 'Profile' button next to the Home.
  5. In the SSH public key enter you public key from you local public key file or brows to the file by clicking on the 'File import' button.
  6. Make sure you key is added into the line.
  7. Click  at the bottom of the page.
  8. The update of the public key can take up to 15 min to replicate.

Access the VM with SSH

There are several ssh clients to access your VM and you can use the one you like as long as it supports public keys.

Here we will show 2 options:

  • GUI like putty.
  • SSH commandline.

GUI SSH Putty (windows)

Make sure you have putty installed with the Pageant software.

  1.  Open the Pageant software.
  2. In your startmenu right click on the Pageant icon and select 'Add key'
  3. Browse to the public key and open the file enter the password and click OK.
  4. If you double click on the Pageant icon you should see the key has been loaded.
  5. Open putty application 


  6. Enter the ip address of the VM that you like to access. You can find the ip by opening the RCS webportal go to your workspaces and collaps the VM that you like to access.
  7. Enter the ip into Host Name of your putty program and click on "Open"
  8. A new window will open and you should be able to enter your username.
  9. You can find your username in the RSC webportal in the PROFILE section.
  10. Once you have successfully accessed the server you should see something like this:
  11. ROOT ACCESS IS NOT WORKING AT THIS TIME.!!

SSH commandline (bash)

  • No labels