Two Ubuntu boxes using ssh
Mike McMullin
mwmcmlln at mnsi.net
Wed Oct 3 20:29:37 UTC 2007
On Wed, 2007-10-03 at 17:36 +0300, OOzy Pal wrote:
> Hello,
>
> I would to rsync dir between my two Ubuntu boxes. How can I make my
> ubuntu boxes accept ssh connection. I tried
>
> $ssh 192.168.1.3
> ssh: connect to host 192.168.1.3 port 22: Connection refused
Requisite for the ssh to work is having a login account on the target
system. IIRC the switch you require is -l<loginname>. man ssh will
clarify this.
More information about the ubuntu-users
mailing list