From 0f80a06fd70cd76dd5d9efff5cdd52ab4885a842 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 14 Apr 2014 17:17:42 +0600 Subject: [PATCH] =?UTF-8?q?bash:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F=20ssh:=20?= =?UTF-8?q?=D1=80=D0=B5=D1=88=D0=B8=D0=BB=20=D0=BF=D1=80=D0=BE=D0=B1=D0=BB?= =?UTF-8?q?=D0=B5=D0=BC=D1=83=20=D1=81=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D0=B0=D0=BC=D0=B8=20ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index b7d7447..38704ab 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -414,14 +414,6 @@ alias mntiso="mount -o loop -t iso9660 $1 $2" #- Поиск suid-файлов alias fsuid='find / -perm +6000 -type f -exec ls -ld {} \; | column -t | nl' -#- SSH -ssh() { #noindex - case "$1" in - sites) ssh -A -t root@193.169.52.221 -t ssh 192.168.115.50;; - * ) command ssh $*;; - esac -} - #}}} ########################################################################### #{{{ \033[00m\n\b------<Сборка_и_установка_ПО>\n ################################################################################