From cdf96a7161bfb798d5745dd3ce3b6dff4721b6b2 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Wed, 6 Jun 2018 00:18:58 +0300 Subject: [PATCH] Add new stuff --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 59f45f5..287c7f5 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -292,4 +292,4 @@ alias lk1="sudo logkeys --start --output /home/viktor/tt --device /dev/input/eve alias homep="sudo ssh root@samitor.com -L 80:localhost:80" alias homes="sudo ssh home" -alias emergency_shell="ssh root@samitor.com 'ssh wizard@localhost -p 6060'" +alias emergency_shell="ssh -t root@samitor.com 'ssh wizard@localhost -p 6060'"