Kaydet (Commit) b4f3b357 authored tarafından Mathieu Parent's avatar Mathieu Parent Kaydeden (comit) Samuel Mehrbrodt

logerrit: Simplify SSH config

Change-Id: Ic8196ebfeef64270fcd42b44e485a2618472f184
Reviewed-on: https://gerrit.libreoffice.org/11788Reviewed-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
üst abbcf82c
...@@ -26,12 +26,7 @@ submit() { ...@@ -26,12 +26,7 @@ submit() {
} }
logerrit() { logerrit() {
echo "Host logerrit" echo "Host logerrit gerrit.libreoffice.org"
echo " IdentityFile ~/.ssh/id_rsa"
echo " User $1"
echo " Port 29418"
echo " HostName gerrit.libreoffice.org"
echo "Host gerrit.libreoffice.org"
echo " IdentityFile ~/.ssh/id_rsa" echo " IdentityFile ~/.ssh/id_rsa"
echo " User $1" echo " User $1"
echo " Port 29418" echo " Port 29418"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment