diff options
author | typebrook <typebrook@gmail.com> | 2018-11-13 20:36:02 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-11-13 20:36:02 +0800 |
commit | 63a94fb60ed89f3d9b0b404cee7d75cb2abda6b1 (patch) | |
tree | 674910488a251441b7905a6599a5867092b54330 | |
parent | 8b6d5bc5e7c36be8636be831f9f35430968208c9 (diff) |
update
-rw-r--r-- | .bash_aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases index 60bf1d0..a656b28 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
@@ -28,6 +28,7 @@ alias dp='docker ps' | |||
28 | alias dpa='docker ps -a' | 28 | alias dpa='docker ps -a' |
29 | 29 | ||
30 | # ssh | 30 | # ssh |
31 | alias keygen='ssh-keygen -t rsa -C "typebrook@gmail.com"' | ||
31 | alias topo='ssh typebrook@topo.tw' | 32 | alias topo='ssh typebrook@topo.tw' |
32 | alias ptt='ssh bbsu@ptt.cc' | 33 | alias ptt='ssh bbsu@ptt.cc' |
33 | alias geothings='ssh geothings@geobingan.info' | 34 | alias geothings='ssh geothings@geobingan.info' |