From d91d69d8bc1a2f4b297cc8837c763fc6e92b8356 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 16 May 2024 21:41:18 -0600 Subject: [PATCH] New backup 2024-05-16 21:41:18 --- .../profiles/1/shortcuts/.SSH/server-dell-7050sff-debian | 8 ++++---- .../profiles/1/shortcuts/.SSH/server-dell-p95g001-debian | 6 ++++-- .../profiles/1/shortcuts/.SSH/server-hp-y2z63av | 5 ++++- 3 files changed, 12 insertions(+), 7 deletions(-) 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 index 6a1e129..235c76a 100755 --- 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 @@ -1,6 +1,6 @@ #!/bin/bash -eval $(ssh-agent) &> /dev/null -ssh-add "$file" &> /dev/null - -alacritty -e ssh -A pogmom@server-dell-7050sff-debian +alacritty -e bash -c '\ +eval $(ssh-agent) &> /dev/null; \ +ssh-add ~/.ssh/id_ed25519 &> /dev/null; \ +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 afb4dbc..550f9cf 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,6 @@ #!/bin/bash -#alacritty -e "$(dirname $0)/.ssh_agent.sh server-dell-p95g001-debian" -alacritty -e ssh -A pogmom@server-dell-p95g001-debian +alacritty -e bash -c '\ +eval $(ssh-agent) &> /dev/null; \ +ssh-add ~/.ssh/id_ed25519 &> /dev/null; \ +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 644e060..ef4c51a 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,3 +1,6 @@ #!/bin/bash -alacritty -e ssh -A pogmom@server-hp-y2z63av +alacritty -e bash -c '\ +eval $(ssh-agent) &> /dev/null; \ +ssh-add ~/.ssh/id_ed25519 &> /dev/null; \ +ssh -A pogmom@server-hp-y2z63av'