NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
LrdShaper
Jun 04, 2008Aspirant
Securely access your Bittorent Client from anywhere
This tip attempts to give a step by step guide to access your Bittorent client securely from anywhere (internet connection is a must of course) As with my previous guides this assumes that: 1) You...
LrdShaper
Jun 17, 2009Aspirant
delhux wrote: Is there a Mac alternative for the Puttygen software?
Don't have a Mac and not sure if there are GUI alternatives but:
ssh-keygen -t rsa
Will generate SSH keys for you. You'll have two files created in your ~/.ssh dir:
id_rsa (Private key)
and id_rsa.pub (Public key)
For Step 3), you'd want to copy the contents of the id_rsa.pub to paste into your ReadyNAS' authorized_keys or you can use:
ssh-copy-id user@readynasip -- Works on most Linux machines, not sure if it will work on a mac)
or
cat ~/.ssh/id_rsa.pub | ssh user@readynasip 'cat >>.ssh/authorized_keys'
Cheers!
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!