dotfiles/graphical/config/eww/scripts/home/shortcuts/development/server-dell-7050sff-debian
2026-03-20 11:47:19 -07:00

6 lines
191 B
Bash
Executable file

#!/bin/bash
alacritty -T ' server-dell-7050sff-debian' -e bash -c '\
eval $(ssh-agent) &> /dev/null; \
ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
ssh -A pogmom@server-dell-7050sff-debian'