Xp5k: Difference between revisions

From Grid5000
Jump to navigation Jump to search
(Created page with "{{Author|Pascal Morillon}} {{Portal|User}} == Installation == $ gem install --user xp5k == Setup == === SSH === Create a dedicated ssh config file ~/.ssh/config_xp5k H...")
 
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:


== Setup ==
== Setup ==
=== Restfully ===
Configure [https://api.grid5000.fr/doc/3.0/tools/restfully.html#how-do-i-avoid-passing-my-password-each-time-i-want-to-use-restfully Restfully for an external access].


=== SSH ===
=== SSH ===
Line 13: 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