Skip to content

Error setting up a new profile #13669

Answered by ianjoneill
iHumberto asked this question in Q&A
Discussion options

You must be logged in to vote

If a command to run is added to an SSH command line, it's run non-interactively by default. You want to add -t to your SSH command to force a TTY allocation.

i.e. make your command line: ssh -t pi@raspberrypi docker run --tty --interactive kalilinux/kali-rolling.

See the SSH manual: https://man.openbsd.org/ssh

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iHumberto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants