OpenSSH : Configure SSH Client2019/03/04 |
Configure SSH Client.
|
|
[1] |
Install OpenSSH Client first. Refer to here ([1] - [5] section) for installing SSH Client.
|
[2] |
It's possible to use ssh command on PowerShell or Command Prompt like follows.
PS > ssh (username)@(hostname or IP address) |
[3] | It's also possible to connect to Linux Host that SSH 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 |