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]: [...]
Posted on November 28th, 2012 by admin
Filed under: Software, Solutions | Comments Off
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 [...]
Posted on March 26th, 2011 by admin
Filed under: Software | Comments Off
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
Posted on September 12th, 2010 by admin
Filed under: Tips | Comments Off
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 [...]
Posted on June 1st, 2010 by admin
Filed under: Solutions | 1 Comment »