Difference between revisions of "Agile testbed"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 25: Line 25:
 
Since all access has to go through bleek, it is convenient to set up ssh to proxy connections to *.testbed through bleek in combination with sharing connections, in ~/.ssh/config:
 
Since all access has to go through bleek, it is convenient to set up ssh to proxy connections to *.testbed through bleek in combination with sharing connections, in ~/.ssh/config:
  
  Host *.testbed  
+
  Host *.testbed
CheckHostIP no
+
CheckHostIP no
 
  ProxyCommand ssh -q -A bleek.nikhef.nl /usr/bin/nc %h %p 2>/dev/null
 
  ProxyCommand ssh -q -A bleek.nikhef.nl /usr/bin/nc %h %p 2>/dev/null
 +
 
  Host *.nikhef.nl
 
  Host *.nikhef.nl
 
  ControlMaster auto
 
  ControlMaster auto

Revision as of 21:32, 20 February 2013