Skip to content

Commit

Permalink
known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Aug 7, 2016
1 parent 81bf445 commit 2fc09ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/git-ssh.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

ssh -i .travis/deploy_key -o PasswordAuthentication=no $1 $2 $3 $4
ssh -i .travis/deploy_key -o UserKnownHostsFile=.travis/known_hosts -o PasswordAuthentication=no $1 $2 $3 $4
1 change: 1 addition & 0 deletions .travis/known_hosts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sirius.solovyov.net ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFvPyhLuz4DrYs5Aj6rfD0cEQAN22d+pKqxaaYJVlrFf0t3rIOtpEqscKyBuCS5jCdEPLOX+v9cYHQ8TNgkfIC4=

0 comments on commit 2fc09ba

Please sign in to comment.