Browse Source
Merge pull request #33 from lbonanomi/ssh-tt
Added `ssh -tt`
pull/37/head
@trimstray
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
README.md
|
|
@@ -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) |
|
|
|