Ubuntu development server configuration (SSHserver, login to remote server for file total

  
        

Server Side Installation and Configuration:

1. sudo apt-get install openssh-server

2. /etc/ssh/sshd_config

RSAAuthentication yes

PubkeyAuthentication yes

AuthorizedKeysFile %h/.ssh/authorized_keys

PasswordAuthentication yes

3. sudo /etc/init.d/ssh restart

4. ps -e

Copyright © Windows knowledge All Rights Reserved