Tuesday, November 12, 2013

How to enable ssh connection on remote host

                                                              step 1
                                                                       

step 2

on remote host
etc/init.d/ssh start

step 3
on remote host
sudo sshd generate
step 4
make permanent on every start
                                                      update-rc.d ssh defaults  
step 5
check status
service ssh status

step 6 
(optional) on your host
sudo service ssh restart

No comments:

Post a Comment

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...