Xp5k: Difference between revisions

From Grid5000
Jump to navigation Jump to search
No edit summary
 
Line 17: Line 17:


  Host *.grid5000.fr
  Host *.grid5000.fr
   User pmorillo
   User your_g5k_login
   StrictHostKeyChecking no
   StrictHostKeyChecking no
   ProxyCommand ssh -q pmorillo@194.254.60.4 nc -w1 %h %p
   ProxyCommand ssh -q your_g5k_login@194.254.60.4 nc -w1 %h %p

Latest revision as of 10:19, 24 June 2014


Installation

$ gem install --user xp5k

Setup

Restfully

Configure Restfully for an external access.

SSH

Create a dedicated ssh config file ~/.ssh/config_xp5k

Host *.grid5000.fr
  User your_g5k_login
  StrictHostKeyChecking no
  ProxyCommand ssh -q your_g5k_login@194.254.60.4 nc -w1 %h %p