remove custom ssh configuration
This commit is contained in:
parent
82d291660d
commit
80026f9328
3 changed files with 1 additions and 29 deletions
27
.ssh/config
27
.ssh/config
|
@ -1,27 +0,0 @@
|
|||
AddKeysToAgent yes
|
||||
|
||||
Host bocal
|
||||
Hostname bocal.cs.univ-paris8.fr
|
||||
User akennel
|
||||
IdentityFile ~/.ssh/bocal
|
||||
|
||||
Host prog-dec
|
||||
ProxyCommand ssh bocal nc prog-dec 22
|
||||
User akennel
|
||||
IdentityFile ~/.ssh/bocal
|
||||
|
||||
Host code.up8.edu
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/codeup8edu
|
||||
|
||||
Host github.com
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/github
|
||||
|
||||
Host gitlab.com
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/gitlab
|
||||
|
||||
Host git.kennel.ml
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/maison
|
|
@ -13,8 +13,6 @@ curl -sL https://git.io/fisher | fish -c 'source && fisher install jorgebucaran/
|
|||
fish -c 'fisher install jethrokuan/fzf'
|
||||
# Install SSH
|
||||
rm $HOME/.config/fish/functions/fish_ssh_agent.fish 2>/dev/null; wget https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P $HOME/.config/fish/functions/
|
||||
# Update with my custom SSH configuration (comment this for you)
|
||||
rm $HOME/.ssh/config 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.ssh/config -P $HOME/.ssh/
|
||||
# Update the fish config with mine (edit that once installed for you)
|
||||
rm $HOME/.config/fish/config.fish 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/fish/config.fish -P $HOME/.config/fish/
|
||||
# Update the prompt with mine
|
||||
|
|
1
spotify-adblock
Submodule
1
spotify-adblock
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1388c2d07630e598fc1032a64a414448f7193d37
|
Reference in a new issue