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...")
 
No edit summary
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 ===

Revision as of 10:15, 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 pmorillo
  StrictHostKeyChecking no
  ProxyCommand ssh -q pmorillo@194.254.60.4 nc -w1 %h %p