To access environment
* generate a new eddsa key with **PuTTYgen** an save it on your system
* put the public key in ~/.ssh/authorized_key on:
* hypervisor (root)
* deployment (deploy)
* Start PuTTy. Go to Connection -> SSH -> Auth -> Credentials. Load the Pricate Key
* Go to Connection -> Data. Put "root" for "Auto-login usernmae"
* Go to Session. Put the IP of your hypervisor,
* Put the name for the session - "hypervisor". Save.
* Press "Open" button, a new session should be opened
* Create a new session with PuTTY
* Put 10.14.0.24 into "Host Name" Field
* Under Connection -> Data, put "deploy" for "Auto-login usernmae"
* Under Connection -> SSH -> Auth -> Credentials load the private key
* Go to Connection -> SSH -> Tunnels
* Chose Dynamic
* Source Port: 8888
* Press "Add" button
* Go to Connection -> Proxy
* set type to "SSH to proxy and port forward"
* set Proxy hostname to "hypervisor"
* set port to 22
* Go to Session
* put deployment to "Saved Sessions"
* press "save
* press open