Hi. Like flip city, I am experimenting with SSH, but struggling at the first stage. I have 2 VL6 Standard boxes (IBM1 and IBM6) on a wired home network, SSH running on both boxes (/etc/rc.d/rc.sshd start), username andy on both with same password, plus additional username ming on the second box. When I run <ssh
andy@ibm6.home.org> from IBM1 I get the initial message about "The authenticity of host..." and then I enter the password and it seems to let me in. But my login stays as andy:$ and when I run <ls> I get the listing for my own PC (IBM1) and not the one I am remoting to. A second problem is that when I run <ssh
ming@ibm6.home.org> it seems to want to connect but gets refused at the password stage. I've got a feeling I'm doing something stupid, any ideas?
Thanks
Andy