Skip to content
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

added setup steps for MacOS to use PSRP over SSH #4872

Merged
merged 4 commits into from
Sep 20, 2017

Conversation

SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Sep 20, 2017

Not obvious on how to configure sshd on MacOS, so added detailed steps

Fix #3935

+ Allow access to appropriate users
1. Edit the sshd_config file at location /private/etc/ssh/sshd_config
- Make sure password authentication is enabled
+ PasswordAuthentication yes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The style of these is inconsistent in this file. In the windows section, we use code style for them, while in Linux and Mac sections, we use regular text. Shall we use code style for all of them?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make them consistent with code blocks.

@daxian-dbw daxian-dbw merged commit 646b6a6 into PowerShell:master Sep 20, 2017
@SteveL-MSFT SteveL-MSFT deleted the sshremoting-demo branch September 20, 2017 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants