-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC0012 - Enable SSH Remoting #40
Comments
Howdy. Can you explain the following statement?
Are y'all referring to:
If the latter, I see that as easily addressable since there are plenty of other examples out there. |
-Scope All Not a fan of 'All', would prefer 'ClientAndServer' as it makes it more clear what will happen. Regarding public key auth, we have an issue open against our OpenSSH port to create a version of ssh-copy-id for Windows as it's currently implemented as a Bash script. It's probably better to have the user understand public key auth and generate their own keys rather than for this cmdlet to do that. This cmdlet is just targeting the novice user and really making it easy to install OpenSSH and modify sshd_config to enable PSRP. |
Fair enough. |
@PowerShell/powershell-committee today only included myself, @JamesWTruher, @SteveL-MSFT, and @daxian-dbw. Without making a statement on implementation or timing, we agree that the alternate proposal here of only validating the sshd install and adding a line to sshd_config for subsystem should the minimal approach. Also, we noticed that the WinSSH module already takes care of some of this. We should look at that implementation has a strawman. |
Feedback for https://github.com/PowerShell/PowerShell-RFC/blob/master/1-Draft/RFC0012-Enable-SSH-Remoting.md
The text was updated successfully, but these errors were encountered: