//as root passwd user //enter a new password
... PermitRootLogin yes ... //Change this to "no" to prevent root logins
... AllowUsers user //This line doesn't exist in the installed config file, so it'd need to be added ...
/etc/init.d/ssh restart
The intruder can see your files in user and root accounts.