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

exarkun at codespeak.net exarkun at codespeak.net
Sun Sep 14 17:51:46 CEST 2008


Author: exarkun
Date: Sun Sep 14 17:51:45 2008
New Revision: 58156

Modified:
   pypy/build/doc/ssh_config
Log:
config for bigdog's machines

Modified: pypy/build/doc/ssh_config
==============================================================================
--- pypy/build/doc/ssh_config	(original)
+++ pypy/build/doc/ssh_config	Sun Sep 14 17:51:45 2008
@@ -1,6 +1,14 @@
 Host bigdog2
     Hostname 8.8.197.72
 
+Host bigdog6
+    Hostname 8.8.197.72
+    Port 2222
+
+Host bigdog-vm1
+    Hostname 8.8.197.72
+    Port 3001
+
 Host snake
     HostName snake.cs.uni-duesseldorf.de
     User pypy



More information about the Pypy-commit mailing list