On Thu, 29 Apr 1999, Jerry Talkington wrote:
I did get it to work (sort of) bye doing #rsh filer rc_toggle_basic; passwd. I say sort of, because the new password does not work.
Did you happen to do
rsh filer rc_toggle_basic; passwd
or
rsh filer 'rc_toggle_basic; passwd'
or
rsh filer "rc_toggle_basic; passwd"
If you did the latter 2 you're OK, if you did the initial one you succeeded in changing the password on the box you were rshelling from. No wonder the new password doesn't work on the filer. ;)
Tom