Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Resolve error "Pseudo-terminal will not be allocated because stdin is not a terminal/"
  • Loading branch information
nathanjnorris authored Mar 17, 2024
1 parent 8fda5e3 commit 929f117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
ssh -tt -i /root/.ssh/key.pem $3@$1 -p $2 "$5"

0 comments on commit 929f117

Please sign in to comment.