summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-05-10 09:19:54 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-05-10 09:19:54 -0700
commit7eef13a8a1a81ad9c1bf8eb01bab18fde6e3f20e (patch)
tree9c2a06e0e90493ae2d2ac6dbfebf72c6756d4319
parentd59e161eeeb48177023b0a75149adcc4aa0ba0d4 (diff)
downloadchef-7eef13a8a1a81ad9c1bf8eb01bab18fde6e3f20e.tar.gz
more keygen testing
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c2b6ec7ae4..d9967b768b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ before_script:
- echo -fp >> .rspec
# necessary for sudo: true tests, ingore failures on tests invoked with sudo: false
- sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers || true
+ - ssh-keygen -b 4096 -t rsa -f .ssh/id_rsa -N ""
- ls -laR .ssh
- cp .ssh/id_rsa.pub .ssh/authorized_keys
- chmod 600 .ssh/authorized_keys