I’m trying to access a specific port with ssh on windows and I can’t seem to get it to work I’ve tried multiple different ways of typing it and nothing seems to work I either get a bad port error or a connection refused error.
The different attempts have been
ssh -p user@machine:port
bad port
ssh -p port user@machine
connection refused
ssh user@machine -p port
connection refused
im expecting a password prompt. I know the password already I just cant get to it.