How to connect to Ubuntu from SecureCRT
- Login to Ubuntu from under root
- apt-get install openssh-server
- service ssh restart
- ifconfig
- If “ifconfig” is not wokring , apt-get install net-tools
- inet addr stands for IP
- Go back to windows cmd, ping this IP
- 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