ssh-client-config: Add config for Termux.

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-03-22 17:46:38 +08:00
parent 7da21975e3
commit 8ed7e4f35f
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 42 additions and 0 deletions

42
ssh/termux Normal file
View File

@ -0,0 +1,42 @@
# Launchpad.net SSH keys for mirroring some repos manually,
# partularly the gitlab.com:termux-package-android5x/src.git repo
# among any sort of shits and giggles.
Host launchpad-git
Hostname git.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006
Host launchpad-bazar
Hostname bazar.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006
# GitHub.com and some GitLab instance SSH Keys
# Copying-pasting PAT is a distater in case they're yeeted by
# some random pajeet who hacked my motherfucking Linux/Win10 PC
# Sometimes, these are shortcuts in case I need to check
# if they're still working after importing my keys or when I need
# to generate 2FA backup codes remotely.
Host github
Hostname github.com
IdentityFile ~/.ssh/github-personal
User git
Host gitlab
Hostname gitlab.com
IdentityFile ~/.ssh/github-personal
User git
# Git sometimes an shit in SSH client conifg
# especially if I typed the full domain instead of
# shortcuts I made.
Host github.com
IdentityFile ~/.ssh/github-personal
User git
Host gitlab.com
IdentityFile ~/.ssh/github-personal
User git
Host git.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006
Host bazar.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006