Suppose we have a deploy.php script at /var/www/html/deploy.php that is called by a hook from a service such as Github or Bitbucket. We need to configure our web-server user, in this case it’s www-data, who’s default home directory is /var/www. Create .ssh directory and set permissions mkdir /var/www/.ssh chmod 0700 /var/www/.ssh chown -R www-data:www-data /var/www/.ssh […]
Tag: ssh
SSH REMOTE HOST IDENTIFICATION HAS CHANGED
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the RSA key sent by the remote host is If you […]
FireSSH Extension for Firefox
FireSSH is a Firefox web browser extension for remote support using secure shell. WEBSITE
PuTTY SSH remote client
PuTTY is a free tool using Telnet and SSH for remote support. Operating systems: Windows and Unix platforms WEBSITE
Using OpenSSH on a Linux Server with Filezilla
On your linux server install OpenSSH if not already present. #debian apt-get install openssh-server #redhat yum install openssh-server Using Filezilla on a client enter the relavent details using the SSH protocol SFTP and user credentials setup on the server. Filezilla will ask you if you want to trust the connection and will display the rsa […]