|
|
|
@ -159,6 +159,15 @@ function cronus() {
@@ -159,6 +159,15 @@ function cronus() {
|
|
|
|
|
ssh -Y charles@${IP} # the actual ssh call |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
alias krash="krash" |
|
|
|
|
function krash() { |
|
|
|
|
ssh-agent > ~/ssh.file # env vars in ssh.file |
|
|
|
|
chmod +x ~/ssh.file # execute file |
|
|
|
|
~/ssh.file > /dev/null |
|
|
|
|
rm -f ~/ssh.file |
|
|
|
|
export IP="192.155.84.98" |
|
|
|
|
ssh -Y charles@${IP} # the actual ssh call |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|