Re: More on passwordless logins
From: Brian Hatch (secure-shell_at_ifokr.org)
Date: 06/30/03
- Previous message: cmc_at_cat.savycat.com: "chroot"
- In reply to: Ifan Jones: "RE: More on passwordless logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 30 Jun 2003 09:11:07 -0700 To: Ifan Jones <ifan@draig.co.uk>
> Sorry, I didn't mean to reply to you persoanlly, so I'll cc this to the
> list in case anyone else out there finds it usefull.
(Not sure that this should be going back to the list, since we're
now in a PPP issue, not an SSH issue, but I'll let the moderators
decide that.)
> My command= line was missing only the last " - the gopp script looks
> like this....
>
> #!/bin/bash
> /usr/bin/sudo /usr/sbin/pppd noauth proxyarp 192.168.0.100:192.168.2.100
Your IP addresses need to be on the same subnet in order to talk to
each other. You should try something like 192.168.0.1 and 192.168.0.2.
The 192.168.x networks are all Class C's, which means 255.255.255.0
by default, unless subnetted differently.
This may not be the only problem, but it's one obvious one. You should
still check your logs and see what you can see. Sudo should log the
launch of pppd, and pppd should have lots of logs, especially if you
include 'debug' on the pppd command line.
-- Brian Hatch "They always said I was carrying around a Systems and lot of repressed anger. Security Engineer I'm not repressed anymore." http://www.ifokr.org/bri/ Every message PGP signed
- application/pgp-signature attachment: stored
- Previous message: cmc_at_cat.savycat.com: "chroot"
- In reply to: Ifan Jones: "RE: More on passwordless logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|