mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-11-26 13:10:18 +00:00
SSH to host without processing user environment scripts.
Signed-off-by: lbonanomi <lbonanomi@gmail.com>
This commit is contained in:
parent
fb4b42c2e2
commit
d667b0cb7f
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ function _scg() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
###### SSH login without processing any login scripts
|
###### SSH login without processing any login scripts
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh -tt user@host bash
|
ssh -tt user@host bash
|
||||||
|
|
Loading…
Reference in a new issue