Merge pull request #100 from zethexx/master

I will kill vim for you via ssh (Update README.md)
This commit is contained in:
Luke Stephens (hakluke) 2020-01-09 23:22:10 +10:00 committed by GitHub
commit 4b6c3acc90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,3 +394,11 @@ Credit: @ligurio
```vim
:!q
```
## Quit as a Service (QaaS)
1. Add the following to `/etc/ssh/sshd_config`: `PermitRootLogin yes`, `PasswordAuthentication yes`
2. Start sshd server
3. Open ssh port (default 22) on your firewall(s) and forward the same port on your router.
4. Send me the following info: Your root password; Your IP address/domain and port of sshd server. I recommend you test that it works before sending.
5. I will kill vim for you!