LINUX
Issues Login into Remote

I unable to logon to linux host via ssh

  1. check dns /etc/resolv.conf
  2. check route add default using vim /etc/network/interfaces
up route add -net 0.0.0.0/0 gw 192.168.2.1
  1. if no systemctl restart network with the following command:
sudo /etc/init.d/networking restart
  1. ping google to verify