From 3d5930ed4431dd5e8585897960ce2c7a2cf415ad Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Mon, 9 Sep 2024 19:23:49 +0200 Subject: [PATCH] Remove gem SSH key aliases --- bashrc-mine | 2 -- 1 file changed, 2 deletions(-) diff --git a/bashrc-mine b/bashrc-mine index 7828d59..e44ad15 100644 --- a/bashrc-mine +++ b/bashrc-mine @@ -9,11 +9,9 @@ eval $(keychain --quiet --eval --agents ssh) # Set Keychain aliases alias kc-home='keychain ~/.ssh/home' alias kc-project='keychain ~/.ssh/project' -alias kc-gem='keychain ~/.ssh/gem' alias kc-clean='keychain --clear' alias kcd-home='ssh-add -d ~/.ssh/home' alias kcd-project='ssh-add -d ~/.ssh/project' -alias kcd-gem='ssh-add -d ~/.ssh/gem' alias kc-l='keychain -l' # Set SSH VNC alias (may be temporary, if we could set it up in SSH config file)