diff --git a/README.md b/README.md index 4fd671f..79aa7e8 100644 --- a/README.md +++ b/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)