Skip to content

Commit

Permalink
Merge pull request #79 from uselagoon/openssh_root_identityfile
Browse files Browse the repository at this point in the history
add /home/.ssh/lagoon_cli.key for root localuser only
  • Loading branch information
Toby Bellwood authored Feb 3, 2021
2 parents 460cb80 + edb3fd4 commit bf2c084
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/php-cli/ssh_config
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile /home/.ssh/lagoon_cli.key
IdentityFile /home/.ssh/key
ServerAliveInterval 60
ServerAliveCountMax 1440

Match localuser root
IdentityFile /home/.ssh/lagoon_cli.key

0 comments on commit bf2c084

Please sign in to comment.