Introduction to PuTTy
PuTTY |
It supports several networks protocols such as:
- SCP
- SSH
- Telnet
- rlogin
- and row socket connection
Download PuTTY and install into Ubuntu
- We have to download it from PuTTY official website which is www.putty.org
- Extract it by using this command :
- tar xvzf putty-0.70.tar.gz
- change the folder
- cd putty-0.70
- install
- sudo make install
- Press window button on your keyboard.
- Search putty then you will see the image of putty software
- open it and fill your Host name and Port number and select your connection type and press open
- You will see this terminal window.
- Here you have to type user name and password.
- Then you can access the server via this.
Comments