From 59253ad561abb14bbb2dd2f258e99e6f114b4980 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 13 Feb 2017 12:21:16 -0800 Subject: [PATCH] Fix reference to sshd service restarting Addresses https://github.com/PowerShell/PowerShell/issues/3116 --- demos/SSHRemoting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/SSHRemoting/README.md b/demos/SSHRemoting/README.md index 9843b2efc02..6d0f8069ef3 100644 --- a/demos/SSHRemoting/README.md +++ b/demos/SSHRemoting/README.md @@ -67,7 +67,7 @@ Setup on Linux (Ubuntu 14.04) Machine: + RSAAuthentication yes + PubkeyAuthentication yes 1. Restart the sshd service - - sudo service ssh restart + - sudo service sshd restart [PowerShell for Linux]: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1404 [Ubuntu SSH]: https://help.ubuntu.com/lts/serverguide/openssh-server.html