Don't use mosh for the connection to the local VM

I feel it adds sluggishnes to the connection.
This commit is contained in:
Andreas Zweili 2023-08-24 12:18:19 +02:00
parent 831e65ddb1
commit e8dd82c2d3
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
'';
shellAliases = {
work-management = "mosh --ssh='ssh -i ~/.ssh/zweili.key' zweili@10.49.0.100 -- tmux new -A -s 0";
work-vm = "mosh --ssh='ssh -p 2222' andreas@localhost -- tmux new -A -s 0";
work-vm = ''ssh andreas@localhost -p 2222 -t "$@" "tmux new -A -s 0"'';
};
};
};