summaryrefslogtreecommitdiff
path: root/.bashrc_local_home
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-11-14 17:48:58 -0800
committerMike Crute <mike@crute.us>2021-11-14 17:48:58 -0800
commitdf5f184053b151aa2ae1f97f1fd891853b259da1 (patch)
tree42285e35074d2832a9cb57a19264b485712b6b1b /.bashrc_local_home
parentd6f870810d7b7d7befbc0dbb69c4fe5b14bd5713 (diff)
downloaddotfiles-df5f184053b151aa2ae1f97f1fd891853b259da1.tar.bz2
dotfiles-df5f184053b151aa2ae1f97f1fd891853b259da1.tar.xz
dotfiles-df5f184053b151aa2ae1f97f1fd891853b259da1.zip
Add a virt ssh command
Diffstat (limited to '.bashrc_local_home')
-rw-r--r--.bashrc_local_home1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc_local_home b/.bashrc_local_home
index 1693744..52debb0 100644
--- a/.bashrc_local_home
+++ b/.bashrc_local_home
@@ -72,6 +72,7 @@ export -f alpine-website
72 72
73export TERM_BG_SHADE="dark" 73export TERM_BG_SHADE="dark"
74 74
75alias vssh="ssh -t mcrute-virt \"bash -c 'tm mike'\""
75alias mfi-ssh="ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -l admin " 76alias mfi-ssh="ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -l admin "
76 77
77simple-info() { 78simple-info() {