You are not logged in.
Pages: 1
Will you be adding the command to the site? I realize you have to enable it, but might be useful. Also interestingly and which makes sense, there is no ssh /? it's just the command ssh by itself to get the command syntax.
ssh
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
[-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]] destination [command]
Thanks for all you do!
Jules
Offline
Great idea, I have put up a page here:
https://ss64.com/nt/ssh.html
Offline
Looks great! As always a lot cleaner and easier to digest then a CMD window.
Thanks again!
Jules
Offline
ssh can be installed through command line with :
powershell "Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0"
It requires internet connection and admin privileges.
I don't why but the the feature cannot be found with DISM command and the only way to install it is through powershell. There's also SSH server that can be installed.
https://docs.microsoft.com/en-us/window … l_firstuse
Offline
OK thats added now, thanks npocmaka
Offline
Pages: 1