<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body ocsi="0" fpstyle="1" bgcolor="#FFFFFF">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Marcin,<br>
<br>
failed.log, statefs.log: both failing statefs and tmpfiles are known issues and shouldn't be related to this.<br>
<br>
sshd.log: according to the log you mistyped "sshd" as "ssh", but anyway "sshd.service" is not used, instead you should check the status of "sshd.socket". Also note that the config is "/etc/ssh/sshd_config_engine".<br>
<br>
If the output of `journalctl _COMM=sshd -b` was empty after trying to log in via SSH even with verbosity increased, then my suspicion falls on host/virtualbox.<br>
<br>
You could also verify with tcpdump that it did not reach the guest (install with `zypper in tcpdump`, run as `tcpdump -n port ssh` inside the MerSDK VM). And on host you can check that the ports are really occupied by virtualbox with `sudo ss -tpln |grep ':222[23]\>'`.<br>
<br>
I am also using Arch Linux as you (last full system upgrade on 2016-06-28) and it works well. Did you try reboot? :)<br>
<br>
BR,<br>
Martin<br>
<br>
</div>
</body>
</html>