Sfoglia il codice sorgente

Merge pull request #33 from lbonanomi/ssh-tt

Added `ssh -tt`
pull/37/head
@trimstray 5 anni fa
committed by GitHub
parent
commit
48ef1ba1dd
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      README.md

+ 6
- 0
README.md Vedi File

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


Caricamento…
Annulla
Salva