]> gitweb.fluxo.info Git - hydra.git/commitdiff
Needed .ssh/config portion
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 18:29:55 +0000 (15:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 18:29:55 +0000 (15:29 -0300)
README.md
share/hydra/init

index a8221eeb160cd69f533fa2d4635a7f474815e751..12bc4cea6a3d1051b61e6447d995cf35163a0ebb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,3 +38,4 @@ Creating a new network
 To create the needed repositories to start a new network, use a similar command:
 
     hydra example init ~/file/example
+    hydra example config domain example.org
index 82ce114054ec467908ff944017f192a9c16fed01..69a0ef5b5d467eee2b61dfd819f9a38f63726a53 100755 (executable)
@@ -70,5 +70,27 @@ else
   hydra $HYDRA bootless init
 fi
 
+cat<<-EOF
+Hydra suite relies heavilly in the address in the form of "admin.example.org"
+as the repository server which hosts configuration.
+
+So make sure you have the following in your ~/.ssh/config:
+
+  Host admin.example.org
+    HostName server.example.org
+    Port 22
+
+Replace HostName by the address of the git repository server
+and Port by it's SSH port.
+
+While HostName and Port might change in the future if you move your
+repository for another server, having a fixed alias helps to keep
+your git remotes always updated.
+EOF
+
+# Prompt
+echo "Press any key to continue, Ctrl-C to abort."
+read response
+
 # Sync repositories
 hydra $HYDRA sync