[PATCH] osmo-gsm-tester[master]: readme: add some ssh details

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed May 10 14:46:29 UTC 2017


Review at  https://gerrit.osmocom.org/2575

readme: add some ssh details

Change-Id: Idb5d254768b52300d99b5a1f11f92e8536aec371
---
M doc/README-sysmobts.txt
M doc/README.txt
2 files changed, 15 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/75/2575/1

diff --git a/doc/README-sysmobts.txt b/doc/README-sysmobts.txt
index 695c685..a1fffc0 100644
--- a/doc/README-sysmobts.txt
+++ b/doc/README-sysmobts.txt
@@ -34,6 +34,10 @@
 Copy the SSH public key from the system/user that runs the tester to the BTS
 authorized keys file so the tester will be able to deploy binaries.
 
+  scp my_key.pub $sysmobts:
+  ssh $sysmobts
+  cat my_key.pub >> ~/.ssh/authorized_keys
+
 It is also advisable to configure the eth0 network interface of the BTS to a
 static IP address instead of using DHCP. To do so adjust /etc/network/interfaces
 and change the line
diff --git a/doc/README.txt b/doc/README.txt
index 1edd742..80bbad8 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -95,6 +95,17 @@
 Log in via SSH at least once to accept the BTS' host key.
 
 
+Jenkins Configuration
+
+(TODO: jenkins build slave details)
+
+When adding an entry to jenkins' known_hosts file, be aware that you need to
+add an actual RSA host key. Using 'ssh' to access the main unit may work, but
+jenkins will still fail to access it in the absence of a full RSA host key:
+
+  ssh-keyscan -H $my_main_unit_ip_addr >> ~jenkins/.ssh/known_hosts
+
+
 LAUNCHING A TEST RUN
 
 osmo-gsm-tester watches /var/tmp/osmo-gsm-tester for instructions to launch

-- 
To view, visit https://gerrit.osmocom.org/2575
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb5d254768b52300d99b5a1f11f92e8536aec371
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list