diff --git a/home_config/ssh_config b/home_config/ssh_config index 80fb9fd..46f4864 100644 --- a/home_config/ssh_config +++ b/home_config/ssh_config @@ -11,9 +11,9 @@ Host pi3 HostName pi3 User pi IdentityFile ~/.ssh/tlc_pi3_pi -Host gitlab - HostName gitlab.tlcnet.info +Host gittea + HostName gitea.tlcnet.info RSAAuthentication yes # User git Port 227 - IdentityFile ~/.ssh/tlc_gitlab + IdentityFile ~/.ssh/id_tlc_gitea diff --git a/home_zsh/zpreztorc b/home_zsh/zpreztorc index fcc6f81..a89d09f 100644 --- a/home_zsh/zpreztorc +++ b/home_zsh/zpreztorc @@ -161,7 +161,7 @@ zstyle ':prezto:module:prompt' theme 'sorin' # 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 'tlc_gitlab' 'tlc_server' +zstyle ':prezto:module:ssh:load' identities 'tlc_gittea' 'tlc_server' echo 'Loaded the identities' 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 # before deleting or overwriting files. Set to 'no' to disable this safer # behavior. -# zstyle ':prezto:module:utility' safe-ops 'yes' +zstyle ':prezto:module:utility' safe-ops 'no'