00:00:24
Apr 02, 2020
$ echo "$CENTOS_SERVER" | ssh-add - > ~/.ssh/id_rsaIdentity added: (stdin) ((stdin))$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config$ ssh -tt centos@13.251.192.208 "try.txt <<EOF $dockercompose && EOF"Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.bash: line 13: warning: here-document at line 0 delimited by end-of-file (wanted `EOF')bash: try.txt: command not foundConnection to 13.251.192.208 closed.ERROR: Job failed: exit code 1