New backup 2024-05-16 20:27:01

This commit is contained in:
Penelope Gwen 2024-05-16 20:27:01 -06:00
parent 472dc0128e
commit 7c856c364c
6 changed files with 9 additions and 26 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
adb_root alacritty -e adb_root

View file

@ -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"

View file

@ -1,4 +0,0 @@
#!/bin/bash
alacritty -e $(dirname $0)/.ssh_agent.sh server-dell-7050sff

View file

@ -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

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/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"

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/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