Skip to content

Commit a042dc1

Browse files
SteveL-MSFTdaxian-dbw
authored andcommitted
Fix reference to sshd service restarting (#3138)
Addresses #3116
1 parent aa764dd commit a042dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/SSHRemoting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Setup on Linux (Ubuntu 14.04) Machine:
6767
+ RSAAuthentication yes
6868
+ PubkeyAuthentication yes
6969
1. Restart the sshd service
70-
- sudo service ssh restart
70+
- sudo service sshd restart
7171
7272
[PowerShell for Linux]: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1404
7373
[Ubuntu SSH]: https://help.ubuntu.com/lts/serverguide/openssh-server.html

0 commit comments

Comments
 (0)