Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
How to connect to SSH using PowerShell?
It is possible to connect the non-windows target machines with the PowerShell using the SSH command in PowerShell. For that, you need to use the below format.
ssh username@servername
The below example shows how we can connect the non-windows target machine.
PS C:\> ssh ansible@192.168.0.104
Output

Once you run this command the first time for any new server the setting will be added to the path .ssh/known_hosts in the user profile.
Advertisements
