SSH (Secure Shell) is a way to remotely server and we can configure server without login on pc server or (virtual box) and become remote login substitute like telnet, rsh, and rlogin, which is much safer, with SSH, all conversations between server and client are encrypted.
In LINUX introduces tools for remote control of networked computers and data transfer between networked computers, called OpenSSH. OpenSSH is a freely available version of the Secure Shell (SSH) protocol tool family to remotely control a computer or transfer files between computers.
OpenSSH configuration steps with Putty
First rare open and go to root or type su command in your virtual box and input your password
After that install ssh on debian # apt-get install ssh
make sure internet connet or use debian already installed ssh
If there is confirmation, just type Y, confirm this for 2x and wait until the install is complete
1debian6 |
2debian6 |
ListenAddres 0.0.0.0 -> 192.186.1.1 matches the ip you are using
Exit from ssh config by pressing ctrl + x then "Y" and Enter,
then restart ssh # /etc/init.d/ssh restart
3debian6 |
4debian6 |
5laptopip/pc |
6putty-ssh |
7putty-ssh |
8putty-ssh |
Finished now we can remotely server with ssh via putty.......
No comments:
Post a Comment