0

I have created a AWS Windows Ec2 instance, I can able to connect to the remote windows machine by using .rdb file, everything works fine.

Now I need to connect a windows server by using putty. Let me know what inbound and outbound rule should I setup.

My main concern is the port number, what port number should I want to use for connecting windows server in putty.

Outbound

Inbound

1 Answer 1

1

None, because Windows Server 2008 does not come with an SSH server installed.

If you install a third-party SSH server service (e.g. Bitvise), then use the same port number that was configured in that SSH service. The default SSH port is 22 TCP.

1
  • True for "Windows Server 2008". But not for "Windows Server" in general, now that there's Win32 OpenSSH . You may want to mention that specifically. +1 Commented Oct 2, 2018 at 9:55

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .