Silly ssh question - TechRepublic
General discussion
July 14, 2006 at 05:13 PM
nitinkgoud

Silly ssh question

by nitinkgoud . Updated 19 years, 11 months ago

Hi Guys,
I have a problem with ssh.
I installed the requires open ssh packages on the server( refered some docs on the net).
Do i need to install anything on the client.
Now i need to figure out what to do next
This is what i think i need to do add user.

Login as root on the server.
1) ssh-keygen -b 1024 -t rsa -f /etc/ssh_hosts_key.pub -N ” ”

Login to root as the user.
2)ssh_keygen -b 1024 -t rsa
Enter the phrase

Basically this create 2 files in dir /home//.ssh. Copy id_rsa.pub as authorised_keys.

Copy this 3 files to the client machine in user directory

Login to client as root.
3) ssh-agent $SHELL
4)ssh-add

This discussion is locked

All Comments