|
|
|
@ -166,8 +166,8 @@ function bascom() {
@@ -166,8 +166,8 @@ function bascom() {
|
|
|
|
|
ssh -Y charles@${IP} # the actual ssh call |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
alias bespin="randal" |
|
|
|
|
function bespin() { |
|
|
|
|
alias randal="randal" |
|
|
|
|
function randal() { |
|
|
|
|
ssh-agent > ~/ssh.file # env vars in ssh.file |
|
|
|
|
chmod +x ~/ssh.file # execute file |
|
|
|
|
~/ssh.file > /dev/null |
|
|
|
|