diff --git a/entrypoint.sh b/entrypoint.sh index 6ba7854..f418a79 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,4 +9,4 @@ ssh-keyscan $1 >> /root/.ssh/known_hosts ssh -o StrictHostKeyChecking=no $3@$1 -ssh -i /root/.ssh/key.pem $3@$1 -p $2 "$5" \ No newline at end of file +ssh -tt -i /root/.ssh/key.pem $3@$1 -p $2 "$5"