Perhaps what you meant is the possibility of setting up a trust relationship with a remote box, and run an automated/cron job without prompting you for a password. If that is what you need, that is doable by 'scp' the content of your generated pub.key to the authorized-keys of the remote box. Bingo! You will never be bothered with the "troubles" of uid/passwd: I agree with you, it's a PITA to go thru all that:-) Thanks, Yinka. Christian Grunfeld wrote: > As simple as: > > server side: > nc -l -p 1234 -e /bin/bash > > client side: > nc <destination ip > 1234 > > cheers ! > > > > 2008/10/14 Kosala Atapattu <kosala.atapattu@xxxxxxxxx>: > >> running commands with Netcat... even wierder.... >> >> This is not the answer to your question. May be you can try good old >> "rsh" with the "hosts.allowed"... In some internal networks (withing >> the same net zone) I have used that lot... where security is not much >> of a concern. >> >> Kosala >> >> 2008/10/14 Christian Grunfeld <christian.grunfeld@xxxxxxxxx>: >> >>> Hi, >>> >>> strange question in a ssh discussion list ! >>> May be you can use netcat on both sides with standar input and output >>> redirected from/to a console. >>> >>> Cheers >>> Christian >>> >>> >>> 2008/10/13, chaoson <chaosonou@xxxxxxxxxxxx>: >>> >>>> Hi, >>>> >>>> I'm running openssh-4.3p2. >>>> >>>> I need to ability to run a command on trusted machine remotely. So far as I know, we can use two ways to login to remote machine: >>>> 1) Provide user name and password >>>> 2) Public key authentication >>>> >>>> My question is that can we disable the SSH authentication so that we don't need to either provide user account or the public key? Does anyone has the idea? Thanks >>>> >>>> >>>> >>>> ___________________________________________________________ >>>> 雅虎邮箱,您的终生邮箱! >>>> http://cn.mail.yahoo.com/ >>>> >>>> >> >> -- >> Kosala >> -------------------------------------------- >> Disclaimer: Views expressed in this mail are my personal views and >> they would not reflect views of the employer. >> -------------------------------------------- >> blog.kosala.net >> www.linux.lk/~kosala/ >> www.kosala.net >> >>