From 7c856c364ccecf03ced836e948060c69fdc5885c Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 16 May 2024 20:27:01 -0600 Subject: [PATCH] New backup 2024-05-16 20:27:01 --- .../sway-profiles/global-shortcuts/adb_termux | 2 +- .../profiles/1/shortcuts/.SSH/.ssh_agent.sh | 17 ----------------- .../1/shortcuts/.SSH/server-dell-7050sff | 4 ---- .../1/shortcuts/.SSH/server-dell-7050sff-debian | 4 ++++ .../1/shortcuts/.SSH/server-dell-p95g001-debian | 4 ++-- .../profiles/1/shortcuts/.SSH/server-hp-y2z63av | 4 ++-- 6 files changed, 9 insertions(+), 26 deletions(-) delete mode 100755 de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh delete mode 100755 de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff create mode 100755 de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian diff --git a/de/home/.config/sway-profiles/global-shortcuts/adb_termux b/de/home/.config/sway-profiles/global-shortcuts/adb_termux index be958f3..53dbdeb 100755 --- a/de/home/.config/sway-profiles/global-shortcuts/adb_termux +++ b/de/home/.config/sway-profiles/global-shortcuts/adb_termux @@ -1,3 +1,3 @@ #!/bin/bash -adb_root +alacritty -e adb_root diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh deleted file mode 100755 index 92295cf..0000000 --- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/.ssh_agent.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -#source ~/.bashrc -#shopt -s checkwinsize -#shopt | grep checkwinsize -#clear -sudo su pogmom -c ' \ -#shopt -s checkwinsize; \ -#shopt | grep checkwinsize; \ -. ~/.bashrc; \ -eval $(ssh-agent); \ -for file in $(find ~/.ssh/ -type f -name "id*" -not -name "*.*") ; do \ - if [ -f "$file" ] ; then \ - ssh-add "$file"; \ - fi;\ -done;\ -clear;\ -ssh -A '"$1" diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff deleted file mode 100755 index 4b4119e..0000000 --- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - - -alacritty -e $(dirname $0)/.ssh_agent.sh server-dell-7050sff diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian new file mode 100755 index 0000000..2797c71 --- /dev/null +++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-7050sff-debian @@ -0,0 +1,4 @@ +#!/bin/bash + +#alacritty -e $(dirname $0)/.ssh_agent.sh server-dell-7050sff +alacritty -e ssh -A pogmom@server-dell-7050sff-debian diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian index 75ac036..e2affc2 100755 --- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian +++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-dell-p95g001-debian @@ -1,4 +1,4 @@ #!/bin/bash - -alacritty -e $(dirname $0)/.ssh_agent.sh server-dell-p95g001-debian +#alacritty -e "$(dirname $0)/.ssh_agent.sh server-dell-p95g001-debian" +alacritty -e "ssh -A pogmom@server-dell-p95g001-debian" diff --git a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av index 2d1178a..29f1e2d 100755 --- a/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av +++ b/de/home/.config/sway-profiles/profiles/1/shortcuts/.SSH/server-hp-y2z63av @@ -1,4 +1,4 @@ #!/bin/bash - -alacritty -e $(dirname $0)/.ssh_agent.sh server-hp-y2z63av +#alacritty -e $(dirname $0)/.ssh_agent.sh server-hp-y2z63av +alacritty -e ssh -A pogmom@server-hp-y2z63av