mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Add robust SSH tip to README
This commit is contained in:
parent
1b9a16e6e8
commit
5d0579e416
1 changed files with 6 additions and 0 deletions
|
@ -596,6 +596,12 @@ Credit @u2mejc
|
|||
~.
|
||||
```
|
||||
|
||||
## a robust SSH way
|
||||
|
||||
```
|
||||
<CR>~.
|
||||
```
|
||||
|
||||
## Quit as a Service (QaaS)
|
||||
|
||||
1. Add the following to `/etc/ssh/sshd_config`: `PermitRootLogin yes`, `PasswordAuthentication yes`
|
||||
|
|
Loading…
Add table
Reference in a new issue