}
});
}
// Log if anyone even suggests touching the filesystem
sshd.setFileSystemFactory(new FileSystemFactory() {
@Override
public FileSystemView createFileSystemView(Session session) throws IOException {
log.warn("Blocking SSHD filesystem access");
throw new IllegalStateException("Blocking SSHD filesystem access");
}