summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libretools.conf31
1 files changed, 7 insertions, 24 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 8032397..d310776 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -33,6 +33,13 @@ CACHEDIR=`grep "^#\?CacheDir" /etc/pacman.conf | cut -d'=' -f2`
## Parabola hostname (should be the same used on ssh_config
PARABOLAHOST=parabola
+## Assumes something similar in your .ssh/config:
+
+## Repo server
+# Host parabola
+# Port 1863
+# HostName repo.parabolagnulinux.org
+# User repo
## Server destination of libre packages
# Don't change unless you know what you're doing and you won't screw
@@ -96,27 +103,3 @@ source /usr/bin/libremessages
## These are architecture specific files.
## Uncomment them if you installed libretools-mips64el
# source /etc/libretools.d/mips64el.conf
-
-## Recommended SSH Config follows
-# SSH host, it's better if you have it configured on ~/.ssh/config
-# with ControlMaster auto (and a shell opened somewhere else)
-#
-# Example:
-# Host *
-# Protocol 2
-# ControlMaster auto
-# ControlPath /tmp/ssh-%r@%h:%p
-#
-## Repo server
-# Host parabola
-# Port 22
-# HostName repo.parabolagnulinux.org
-# User parabolavnx
-# IdentityFile ~/.ssh/id_rsa
-#
-## Git server
-# Host vparabola
-# Port 1863
-# HostName parabolagnulinux.org
-# User parabola
-# IdentityFile ~/.ssh/id_rsa