SSH Remote login using Windows Power Shell

SSH Remote login using Windows Power Shell


Prerequisites

Make sure you have installed Windows 10 pro (Version 1803) or latest version.


How to open SSH Remote connection

Open the windows power shell and type,

ssh <remote server username>@<remote server IP> or <host name>

in below example open a SSH connection to 192.168.56.101 server with root user

ssh root@192.168.56.101

after entering the above command with your configuration details, at first time login you will be asked to accept the remote server fingerprint once. type yes and hit enter to accept the fingerprint, after that you will be prompt for the user password, enter correct password to continue. now you can work in remote server with secure connection.

SSH Remote login using Windows Power Shell


Tutorial Video




Tech info

Comments