View Single Post
  #4   (View Single Post)  
Old 3rd January 2009
FloridaBSD FloridaBSD is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 58
Default

The easier solution to you quandary is to issu the following series of commands on your osx machine.

Step one
Code:
ssh-keygen -t rsa
Step two (upload key to remote host)
Code:
scp ~/.ssh/id_rsa.pub remoteusername@remotehost  cat id_rsa.pub ~/.ssh/authorized_keys
__________________
Google Linux is a Green Horns Best Friend (GHBF).
Windows = a 32 bit extensions to a 16 bit patch to an 8 bit operating system originally coded for a four bit processor written by 2-bit monopolistic software company founded by a .3-bit Harvard Drop out, who can't stand one respectable bit of competition.
If I believe something to be immoral a will not keep quite and let my voice of annoyance be heard loud and clear.
Reply With Quote