Temporary SSH keys Feature
Description:
Currently, default id_rsa(.pub) is used to establish password-less SSH tunnels. The goal is to replace this use with session-timed identity files.
List of Tasks:
-
Bring the code up to date with latest pytest -
Limit the SSH forwarding the agent to use only the password of the passed public key -
creating temporary SSH keys -
unit testing