Skip to content

Commit

Permalink
add /home/.ssh/lagoon_cli.key for root localuser
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Bellwood committed Feb 3, 2021
1 parent 460cb80 commit edb3fd4
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 edb3fd4

Please sign in to comment.