Created
December 2, 2017 11:25
-
-
Save Mika-/35e673c033db80cd7378543a088a05c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\WINDOWS\system32> dism /online /get-capabilities | findstr /i "OpenSSH" | |
Capability Identity : OpenSSH.Client~~~~0.0.1.0 | |
Capability Identity : OpenSSH.Server~~~~0.0.1.0 | |
C:\WINDOWS\system32>dism /online /Add-Capability /CapabilityName:OpenSSH.Client~~~~0.0.1.0 | |
Deployment Image Servicing and Management tool | |
Version: 10.0.16299.15 | |
Image Version: 10.0.16299.64 | |
[==========================100.0%==========================] | |
The operation completed successfully. | |
C:\WINDOWS\system32>ssh | |
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] | |
[-D [bind_address:]port] [-E log_file] [-e escape_char] | |
[-F configfile] [-I pkcs11] [-i identity_file] | |
[-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec] | |
[-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address] | |
[-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]] | |
[user@]hostname [command] | |
C:\WINDOWS\system32> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment