OpenSSH : Configure SSH Client2019/02/13 |
Configure SSH Client to connect to SSH Server.
|
|
[1] | On Windows Server 2019, OpenSSH Client is installed by default. But if it has not been installed, Install from [Start] - [Settings] - [Apps] - [Manage optional features] - [Add a feature] - [OpenSSH Client]. |
[2] |
It's possible to use [ssh] client command like follows on PowerShell or Command prompt.
PS > ssh (username)@(SSH Server's Hostname or IP address) |
[3] | It's also possible to login to Linux Host that SSH Server is running. |
[4] | It's also possible to use [scp] command, [sftp] command for SSH file transfer. Usage is the same with OpenSSH Client on Linux, refer to here. |
Sponsored Link |