Преглед изворни кода

ssh -tt $HOST bash

Skip login scripts when SSHing, good for misconfigured .profiles or 100%-full disks.
pull/33/head
lbonanomi пре 5 година
committed by GitHub
родитељ
комит
c6424a10ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 6 додато и 0 уклоњено
  1. +6
    -0
      README.md

+ 6
- 0
README.md Прегледај датотеку

@@ -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)


Loading…
Откажи
Сачувај