mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-11-26 05:00:18 +00:00
commit
48ef1ba1dd
1 changed files with 6 additions and 0 deletions
|
@ -1627,6 +1627,12 @@ function _scg() {
|
|||
}
|
||||
```
|
||||
|
||||
###### SSH login without processing any login scripts
|
||||
|
||||
```bash
|
||||
ssh -tt user@host bash
|
||||
```
|
||||
|
||||
___
|
||||
|
||||
##### Tool: [linux-dev](https://www.tldp.org/LDP/abs/html/devref1.html)
|
||||
|
|
Loading…
Reference in a new issue