Updated config files to current

This commit is contained in:
Tracey Clark 2019-01-05 14:11:16 -06:00
commit ef79ab2cee
2 changed files with 5 additions and 5 deletions

View file

@ -11,9 +11,9 @@ Host pi3
HostName pi3 HostName pi3
User pi User pi
IdentityFile ~/.ssh/tlc_pi3_pi IdentityFile ~/.ssh/tlc_pi3_pi
Host gitlab Host gittea
HostName gitlab.tlcnet.info HostName gitea.tlcnet.info
RSAAuthentication yes RSAAuthentication yes
# User git # User git
Port 227 Port 227
IdentityFile ~/.ssh/tlc_gitlab IdentityFile ~/.ssh/id_tlc_gitea

View file

@ -161,7 +161,7 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# Set the SSH identities to load into the agent. # Set the SSH identities to load into the agent.
# zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github' # zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github'
zstyle ':prezto:module:ssh:load' identities 'tlc_gitlab' 'tlc_server' zstyle ':prezto:module:ssh:load' identities 'tlc_gittea' 'tlc_server'
echo 'Loaded the identities' echo 'Loaded the identities'
echo `ssh-add -l` echo `ssh-add -l`
@ -228,4 +228,4 @@ echo `ssh-add -l`
# Enabled safe options. This aliases cp, ln, mv and rm so that they prompt # Enabled safe options. This aliases cp, ln, mv and rm so that they prompt
# before deleting or overwriting files. Set to 'no' to disable this safer # before deleting or overwriting files. Set to 'no' to disable this safer
# behavior. # behavior.
# zstyle ':prezto:module:utility' safe-ops 'yes' zstyle ':prezto:module:utility' safe-ops 'no'