mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-12-20 02:16:13 +00:00
ssh -tt $HOST bash
Skip login scripts when SSHing, good for misconfigured .profiles or 100%-full disks.
This commit is contained in:
parent
85f64bb9b1
commit
c6424a10ba
@ -1627,6 +1627,12 @@ function _scg() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
###### SSH without processing any login scripts
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ssh -tt user@host bash
|
||||||
|
```
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
##### Tool: [linux-dev](https://www.tldp.org/LDP/abs/html/devref1.html)
|
##### Tool: [linux-dev](https://www.tldp.org/LDP/abs/html/devref1.html)
|
||||||
|
Loading…
Reference in New Issue
Block a user