connect Ubuntu from SecureCRT

How to connect to Ubuntu from SecureCRT

  1. Login to Ubuntu from under root
  2. apt-get install openssh-server
  3. service ssh restart
  4. ifconfig
  5. If “ifconfig” is not wokring , apt-get install net-tools
  6. inet addr stands for IP
  7. Go back to windows cmd, ping this IP
  8. Go to SecureCRT,delete the previous one if won’t use it anymore, new a session under ssh2, input the username ,password,and IP of ubuntu.

Enjoy