SSH Port forwarding when PermitRootLogin==no ?

2008-10-27 Thread Kevin Kinsey
Hello, I'm (still) trying to work around a limitation I've encountered with a new service provider (cf. MTA on non-standard port). As root: # ssh -L 24:server:52525 server fails because root logins aren't permitted in /etc/sshd_config on the server. Also as root: # ssh -L 24:server:52525

Re: SSH Port forwarding when PermitRootLogin==no ?

2008-10-27 Thread Pollywog
On Monday 27 October 2008 17:04:46 Kevin Kinsey wrote: Hello, I'm (still) trying to work around a limitation I've encountered with a new service provider (cf. MTA on non-standard port). As root: # ssh -L 24:server:52525 server fails because root logins aren't permitted in

Re: SSH Port forwarding when PermitRootLogin==no ?

2008-10-27 Thread Jeremy Chadwick
On Mon, Oct 27, 2008 at 12:04:46PM -0500, Kevin Kinsey wrote: Hello, I'm (still) trying to work around a limitation I've encountered with a new service provider (cf. MTA on non-standard port). As root: # ssh -L 24:server:52525 server fails because root logins aren't permitted in