Skip to content

Commit

Permalink
keys are for authorizing
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 29, 2013
1 parent 3556381 commit 5e1cb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
before_script:
- "ssh-keygen -N '' -C 'build-test' -f ~/.ssh/id_rsa"
- "cp .ssh/id_rsa.pub .ssh/authorized_keys"
language: ruby
cache: bundler
rvm:
Expand Down
2 changes: 1 addition & 1 deletion spec/test/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ patterns:
- note: Connection test
example: l -> localhost
short: '^l$'
long: '-o StrictHostKeyChecking=no -A localhost -p 22 -vvv'
long: '-o StrictHostKeyChecking=no -A localhost -p 22'
expansions:
alpha:
- a
Expand Down

0 comments on commit 5e1cb8c

Please sign in to comment.