<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Marcin,<br>
<br>
Does SSH-ing from command line work?<br>
<br>
For emulator you can try:<br>
<br>
ssh -i ~/devel/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/root -p 2223 root@localhost -o StrictHostKeyChecking=no<br>
<br>
For build engine:<br>
<br>
ssh -i ~/devel/SailfishOS/vmshare/ssh/private_keys/engine/root -p 2222 root@localhost -o StrictHostKeyChecking=no<br>
<br>
Please ensure you use correct path according to your install location above - from the log output you provided I guess you installed to ~/devel/SailfishOS.<br>
<br>
BR,<br>
Martin<br>
</div>
</body>
</html>