add comment about variable
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: oDinZu <info@sharpetronics.com>
This commit is contained in:
oDinZu 2022-05-14 17:44:42 -04:00
parent 8d63503ce6
commit 22fceaedee

View File

@ -54,6 +54,7 @@ steps:
- eval `ssh-agent -s` - eval `ssh-agent -s`
- service ssh start - service ssh start
- service ssh status - service ssh status
## load updated ssh_config from secret of repo: StrictHostKeyChecking no
- echo "$NO_HOSTKEY" > /etc/ssh/ssh_config - echo "$NO_HOSTKEY" > /etc/ssh/ssh_config
- cat /etc/ssh/ssh_config - cat /etc/ssh/ssh_config
## add private key to ssh-agent for ssh-copy-id ## add private key to ssh-agent for ssh-copy-id