summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 635ec52..b02b3ca 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -15,6 +15,8 @@ alias :q="exit"
 alias ..="cd .."
 alias v="vim"
 alias reload-gpg="gpg-connect-agent reloadagent /bye"
+alias psaroot="ssh -i ~/.ssh/psa -p 60500 root@psa.in.tum.de"
+alias psauser="ssh -i ~/.ssh/psa -p 60500 ge87liq@psa.in.tum.de"
 
 # Arrow bindings
 bind '"\e[A":history-search-backward'