You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use a ssh connections the following steps need to be taken.
Configure SSH
Key generate: use ssh-keygen -b 4096 with the standard options, to generate a key set.
Transfer key: use ssh-copy-id -p <port> <boxName>@<ip> to transfer the generated key. If you have more than one ssh-id file specify it by using -i <ssh-id-file> option.
Check ssh connection: use ssh -p <port> <boxName>@<ip> to check if a ssh connection can be established.
Make sure the specified box is running before continuing.
Setup SSH Profile
Username: username for the ssh connection
Port: port used for the connection
SSH ID File: SSH ID File corresponding to the key used in step 1.2.
Host: IP of the target machine
Karaf (Core): Path to the bin folder of the core installation on the target machine.
ODL Shim: Path to the bin folder of the odl installation on the target machine.
Use stop all and reload to apply the ssh settings.