From c6424a10bac9c50ba9edd2fe28eaaf040d957f43 Mon Sep 17 00:00:00 2001 From: lbonanomi <5369016+lbonanomi@users.noreply.github.com> Date: Mon, 24 Dec 2018 10:06:35 -0500 Subject: [PATCH 1/4] ssh -tt $HOST bash Skip login scripts when SSHing, good for misconfigured .profiles or 100%-full disks. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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) From fb4b42c2e2f6ad6445a1681583efeb903f4b4b70 Mon Sep 17 00:00:00 2001 From: lbonanomi Date: Mon, 24 Dec 2018 10:26:13 -0500 Subject: [PATCH 2/4] SSH without profile processing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79aa7e8..4704183 100644 --- a/README.md +++ b/README.md @@ -1627,7 +1627,7 @@ function _scg() { } ``` -###### SSH without processing any login scripts +###### SSH login without processing any login scripts ```bash ssh -tt user@host bash From d667b0cb7f9795d8e79eb30f73006717246b69fd Mon Sep 17 00:00:00 2001 From: lbonanomi Date: Mon, 24 Dec 2018 10:33:34 -0500 Subject: [PATCH 3/4] SSH to host without processing user environment scripts. Signed-off-by: lbonanomi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4704183..ac37549 100644 --- a/README.md +++ b/README.md @@ -1627,7 +1627,7 @@ function _scg() { } ``` -###### SSH login without processing any login scripts +###### SSH login without processing any login scripts ```bash ssh -tt user@host bash From 667368144b22371781a9dbbfa113acba868da83e Mon Sep 17 00:00:00 2001 From: "@trimstray" Date: Mon, 24 Dec 2018 21:53:43 +0100 Subject: [PATCH 4/4] removed last space from header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac37549..4704183 100644 --- a/README.md +++ b/README.md @@ -1627,7 +1627,7 @@ function _scg() { } ``` -###### SSH login without processing any login scripts +###### SSH login without processing any login scripts ```bash ssh -tt user@host bash