[pypy-svn] r64187 - pypy/build/doc

fijal at codespeak.net fijal at codespeak.net
Thu Apr 16 21:46:14 CEST 2009


Author: fijal
Date: Thu Apr 16 21:46:07 2009
New Revision: 64187

Modified:
   pypy/build/doc/ssh_config
Log:
add new bigdog's machine


Modified: pypy/build/doc/ssh_config
==============================================================================
--- pypy/build/doc/ssh_config	(original)
+++ pypy/build/doc/ssh_config	Thu Apr 16 21:46:07 2009
@@ -1,13 +1,21 @@
 Host bigdog2
     Hostname 8.8.197.72
+    StrictHostKeyChecking no
 
 Host bigdog6
     Hostname 8.8.197.72
     Port 2222
+    StrictHostKeyChecking no
 
 Host bigdog-vm1
     Hostname 8.8.197.72
     Port 3001
+    StrictHostKeyChecking no
+
+Host bigdog-vm2
+    Hostname 8.8.197.72
+    Port 2226
+    StrictHostKeyChecking no
 
 Host snake
     HostName snake.cs.uni-duesseldorf.de
@@ -30,3 +38,4 @@
 Host Maemo 
     Hostname codespeak.net
     Port 2222
+



More information about the Pypy-commit mailing list