Or rather, what I'm trying to do is have a page on a webpage with a bunch of machines:
* Machine 1 - SSH
* Machine 2 - SSH
And clicking the SSH link will create a temporary key pair (Server side), import that key into the SSH app, and connect the ssh app to the machine automatically, without any further user interaction. Is that currently possible?
-Ryan