Want to SSH onto a system but don’t want to install putty? Well, you can do that right from the windows operating system.
Simply start a command prompt and enter the command below
ssh user@system -p 22
For example, if want to connect to a NetScaler device on IP address 10.1.1.27 using the default admin account then you would enter
ssh nsroot@10.1.1.27 -p 22