SSH stands for secure shell , many of you familiar to it , it is mainly used as remote administration tool and transferring files using SFTP see more about SSH
search for SSH and install it
you can also generate rsa dsa keys by speciafying -t rsa or -t dsa
see how to install Synaptic

Installing SSH server and Client in ubuntu 12.10
Install via synaptic or ubuntu software centersearch for SSH and install it
apt command line :
sudo apt-get install openssh-server openssh-client -y
configure sshd
- sudo gedit /etc/ssh/sshd
- set remote login to no
- generate ssh keys
you can also generate rsa dsa keys by speciafying -t rsa or -t dsa


No comments:
Post a Comment
leave your comments
Thanks !