You need to be Payday Loans UK Why would you

subsystem request for sftp

When I try to connect by FileZilla to server I get error: Nov 28 08:25:51 server01 sshd[19577]: Accepted password for root from 77.120.137.175 port 55070 ssh2 Nov 28 08:25:51 server01 sshd[19577]: subsystem request for sftp Nov 28 08:25:51 server01 sshd[19577]: error: subsystem: cannot stat /usr/libexec/sftp-server: No such file or directory Nov 28 08:25:51 server01 sshd[19577]: [...]

SSH key authentication freebsd

Too difficult to imagine Unix OS’s administrator which does not use ssh protocol (Secure SHell). In this how-to I would like to show how easy to use SSH Public Key Based Authentication. The most useful benefits for me in key authentication: ssh authentication without password ssh login from shell scripts security There are just two [...]

How to change FreeBSD root password

Change root password: – Boot system in single user mod (key “4″) – Remount / root in rw mode: #mount -u / #mount -a – Сhange the password: #passwd – Insert new root password – Reboot

The problem with mod_ssl: Undefined symbol “SSL_get_servername”

If you have a some problem: Invalid command ‘SSLEngine’, perhaps misspelled or defined by a module not included in the server configuration check the string in httpd.conf LoadModule ssl_module libexec/apache22/mod_ssl.so – it’s shouldn’t be comment After update openssl and apache it turns out that apache can’t start: Syntax error on line 68 of /usr/local/etc/apache22/httpd.conf: Cannot [...]