diff options
| author | Jan Wagner <waja@cyconet.org> | 2019-02-04 14:24:29 +0100 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2019-02-04 14:24:29 +0100 |
| commit | 2dcfbbcad03baf1124644184ec072ac0dba024f7 (patch) | |
| tree | 9653a0d7aa6d65e24e090b6efb4edcae67b9e1fe /.travis.yml | |
| parent | 2416aaadd879caae33438e09f6d2eeffdb5434c2 (diff) | |
| download | monitoring-plugins-2dcfbbc.tar.gz | |
travis-ci: Use RSA keys for SSH tests
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 134d2189..946345c4 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -73,8 +73,8 @@ before_script: | |||
| 73 | - make | 73 | - make |
| 74 | - export NPTEST_ACCEPTDEFAULT=1 | 74 | - export NPTEST_ACCEPTDEFAULT=1 |
| 75 | - export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis" | 75 | - export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis" |
| 76 | - ssh-keygen -t dsa -N "" -f ~/.ssh/id_dsa | 76 | - ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa |
| 77 | - cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys | 77 | - cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys |
| 78 | - ssh-keyscan localhost >> ~/.ssh/known_hosts | 78 | - ssh-keyscan localhost >> ~/.ssh/known_hosts |
| 79 | - touch ~/.ssh/config | 79 | - touch ~/.ssh/config |
| 80 | - sudo rm -f /usr/share/mibs/ietf/SNMPv2-PDU /usr/share/mibs/ietf/IPSEC-SPD-MIB /usr/share/mibs/ietf/IPATM-IPMC-MIB /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB | 80 | - sudo rm -f /usr/share/mibs/ietf/SNMPv2-PDU /usr/share/mibs/ietf/IPSEC-SPD-MIB /usr/share/mibs/ietf/IPATM-IPMC-MIB /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB |
