ssh x forwarding

2002-07-10 Thread xterminus
I've been trying to figure out how to get ssh forwarding working between two linux boxes here at home. It's not terribly important while I'm at home, but I'd like to able to ssh into my server while elsewhere and run x apps remotely. (Specificly, fwbuilder). Anyway, the remote machine that I

Re: AW: dselect / apt-get and packages

2002-07-10 Thread Marcel Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, so here are my questions then: A. Do I have to do something to activate this feature, besides of installing debsigxxx? For example setting a flag in a config file. The dpkg and dselect man pages do not say anything about the signature

Re: ssh x forwarding

2002-07-10 Thread Phillip Hofmeister
On Wed, 10 Jul 2002 at 01:29:52AM -0700, xterminus wrote: Ideas? I'm out of em. Have you looked at the thread under: http://lists.debian.org/debian-security/2002/debian-security-200207/msg00017.html Yet? ttyl, -- Phil PGP/GPG Key: http://www.zionlth.org/~plhofmei/ wget -O -

SSH And Password Auth

2002-07-10 Thread Phillip Hofmeister
All, I have read the manual and have been unable to find this...Is there a flag you can use on the ssh command line to force the ssh client to use SSH_AUTH_PASSWORD even if other Auth options are available (Say SSH_AUTH_RSA)? Thanks, -- Phil PGP/GPG Key: http://www.zionlth.org/~plhofmei/

Re: SSH And Password Auth

2002-07-10 Thread Jay Kline
Not really.. you can set the PreferedAuthentications to only have password in it, however it is the server in the end who decides what authentication method to use. Jay On Wednesday 10 July 2002 8:16 am, Phillip Hofmeister wrote: All, I have read the manual and have been unable to find

Re: SSH And Password Auth

2002-07-10 Thread Kevin Buhr
Phillip Hofmeister [EMAIL PROTECTED] writes: I have read the manual and have been unable to find this...Is there a flag you can use on the ssh command line to force the ssh client to use SSH_AUTH_PASSWORD even if other Auth options are available (Say SSH_AUTH_RSA)? You can use: ssh

Re: AW: dselect / apt-get and packages

2002-07-10 Thread Rick Moen
Quoting Marcel Weber ([EMAIL PROTECTED]): A. Do I have to do something to activate this feature, besides of installing debsigxxx? For example setting a flag in a config file. The dpkg and dselect man pages do not say anything about the signature verification (as for 1.9.21 on woody). I

Re: AW: dselect / apt-get and packages

2002-07-10 Thread Rick Moen
Quoting my own post: All you have to do is install debsig-verify. If the latter is present, dpkg will automatically check the signature of any package to be installed, and die if verification fails (except where overridden using a --force-bad-verify switch, or possibly --no-debsig, which

Re: AW: dselect / apt-get and packages

2002-07-10 Thread Marcel Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there Thanks! So to bring my questions to an end: In dpkg 1.9.21 the signature checking feature for the .debs is compiled into the code AND active as soon as debsig-verify is installed. I read the mentioned thread too, but it was not clear to