Connecting to ODL console using SSH
Is it possible to connect to a running OpenDaylight Karaf instance using SSH? For instance, when ODL was started using ./karaf server &
?
I tried ssh localhost -p 8101
, but don't know the correct username / password. Is this the correct approach? If so, how can I find or configure the correct credentials?