From aeb34f58b7a46d8f5b142bde41b08dc4a0f8a58a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:27:41 +0900 Subject: modified .ssh/config, modified shell/aliasrc --- global/.ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'global') diff --git a/global/.ssh/config b/global/.ssh/config index 3e0ff49..7d6869e 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,5 +1,11 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" +Host recordings + HostName thesiah.xyz + User root + RequestTTY yes + RemoteCommand cd /var/www/thesiah/recordings && exec $SHELL -l + Host github.com User git IdentityAgent ~/.gnupg/S.gpg-agent.ssh -- cgit v1.2.3