Re: [SOLVED] Enabling SFTP under Debian 4.0r0

2007-07-07 Thread Bob Proulx
ArcticFox wrote: > And that seems to have done it! Thank you! If I have anymore issues > I'll be sure to ask. Yeah! As followup if an lsh-server champion could look into why it did not handle sftp, whether lsh-server should conflict with openssh-server or not, whether openssh-server should confl

[SOLVED] Enabling SFTP under Debian 4.0r0

2007-07-07 Thread ArcticFox
On Jul 7, 2007, at 8:47 PM, Bob Proulx wrote: ArcticFox wrote: Looks like both were installed, I'm removing lsh-server. Ok, removed but it's saying now that the connection is being refused on port 22. It's refusing ssh and sftp, I ran ssh with the -v option and all it spat out was connection r

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread Bob Proulx
ArcticFox wrote: > Looks like both were installed, I'm removing lsh-server. Ok, removed > but it's saying now that the connection is being refused on port 22. > It's refusing ssh and sftp, I ran ssh with the -v option and all it > spat out was connection refused. Verify that the openssh-server

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread ArcticFox
On Jul 7, 2007, at 7:19 PM, Bob Proulx wrote: ArcticFox wrote: foxpaws:/home/fox# ssh -v localhost OpenSSH_4.3p2 Debian-9, OpenSSL 0.9.8c 05 Sep 2006 So far so good. debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to localhost [127.0

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread Bob Proulx
ArcticFox wrote: > foxpaws:/home/fox# ssh -v localhost > OpenSSH_4.3p2 Debian-9, OpenSSL 0.9.8c 05 Sep 2006 So far so good. > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to localhost [127.0.0.1] port 22. > debug1: Connection establi

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread ArcticFox
On Jul 7, 2007, at 1:29 PM, Bob Proulx wrote: ArcticFox wrote: Kent West wrote: Again, what happens when you attempt to connect from/to the same Linux box? Both the remote terminal and local terminal give the same error. (Request for subsystem... blah blah blah) Yes. Please debug this on

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread Florian Kulzer
On Sat, Jul 07, 2007 at 11:49:28 -0500, ArcticFox wrote: > On Jul 7, 2007, at 6:50 AM, Florian Kulzer wrote: [...] >> I agree with Kent that it is better not to allow remote root logins. > > Unless you guys have a suggestion that'll let me run root commands as a > normal user I kinda have to. Tr

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread Bob Proulx
ArcticFox wrote: > Kent West wrote: > > Again, what happens when you attempt to connect from/to the same > > Linux box? > > Both the remote terminal and local terminal give the same error. > (Request for subsystem... blah blah blah) Yes. Please debug this on the local host first. That will be m

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread Bob Proulx
Kent West wrote: > I think at this point I'd try "aptitude purge ssh && aptitude install > ssh", from the command line. (It's irrational, I know, but I just don't > trust Synaptic as much as I do aptitude.) The 'ssh' package is a metapackage and contains nothing other than the dependencies. Pur

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread ArcticFox
On Jul 7, 2007, at 6:50 AM, Florian Kulzer wrote: On Sat, Jul 07, 2007 at 02:24:52 -0500, ArcticFox wrote: On Jul 6, 2007, at 11:54 PM, Kent West wrote: ArcticFox wrote: [ snip: sftp does not work from Apple box to Debian server, while ssh does work. ] You might "tail /var/log/auth.log"

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread Florian Kulzer
On Sat, Jul 07, 2007 at 02:24:52 -0500, ArcticFox wrote: > On Jul 6, 2007, at 11:54 PM, Kent West wrote: > > ArcticFox wrote: [ snip: sftp does not work from Apple box to Debian server, while ssh does work. ] > > You might "tail /var/log/auth.log" for clues. > > All that tells me is there was a

Re: Enabling SFTP under Debian 4.0r0

2007-07-07 Thread ArcticFox
On Jul 6, 2007, at 11:54 PM, Kent West wrote: ArcticFox wrote: On Jul 6, 2007, at 10:04 PM, Kent West wrote: Again, what happens when you attempt to connect from/to the same Linux box? If that works, try from the Mac Terminal instead of Fugu and let us know the results. Both the remote te

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Yann Lejeune
On 2007/07/06-13:03(-0700), Andrew Sackville-West wrote : > looks like you need 115 open for sftp In fact : - SFTP : Simple File Transfer Protocol run on TCP port 115 - SFTP : Secure File Transfer Protocol run over SSH (so TCP port 22). Regards. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Kent West
ArcticFox wrote: On Jul 6, 2007, at 10:04 PM, Kent West wrote: Again, what happens when you attempt to connect from/to the same Linux box? If that works, try from the Mac Terminal instead of Fugu and let us know the results. Both the remote terminal and local terminal give the same error. (

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread ArcticFox
On Jul 6, 2007, at 10:04 PM, Kent West wrote: ArcticFox wrote: On Jul 6, 2007, at 4:14 PM, Yann Lejeune wrote: On 2007/07/06-16:06(-0500), ArcticFox wrote : /etc/ssh/ssh_config: line 47: Bad configuration option: Subsystem /etc/ssh/ssh_config: terminating, 1 bad configuration options Coul

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Kent West
ArcticFox wrote: On Jul 6, 2007, at 4:14 PM, Yann Lejeune wrote: On 2007/07/06-16:06(-0500), ArcticFox wrote : /etc/ssh/ssh_config: line 47: Bad configuration option: Subsystem /etc/ssh/ssh_config: terminating, 1 bad configuration options Couldn't read packet: Connection reset by peer Also,

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread ArcticFox
I attempted a connection using a program called Fugu, the error was 'Request for subsystem 'sftp' failed on channel 0' I know nothing about 'Fugu', you may want to use ssh/sftp on the server to connect back to the server, as suggested by another poster, to check that the service is running c

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread ArcticFox
On Jul 6, 2007, at 4:14 PM, Yann Lejeune wrote: On 2007/07/06-16:06(-0500), ArcticFox wrote : /etc/ssh/ssh_config: line 47: Bad configuration option: Subsystem /etc/ssh/ssh_config: terminating, 1 bad configuration options Couldn't read packet: Connection reset by peer Also, the client system

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Yann Lejeune
On 2007/07/06-16:06(-0500), ArcticFox wrote : > > /etc/ssh/ssh_config: line 47: Bad configuration option: Subsystem > /etc/ssh/ssh_config: terminating, 1 bad configuration options > Couldn't read packet: Connection reset by peer > > Also, the client system is MacOS X, Fugu is a sftp client for th

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Andrew Sackville-West
On Fri, Jul 06, 2007 at 10:19:30PM +0200, Yann Lejeune wrote: > On 2007/07/06-13:03(-0700), Andrew Sackville-West wrote : > > > > looks like you need 115 open for sftp > > Hmmm. If you snoop an SFTP transfer, it looks like that only TCP port 22 is > used. interesting. /etc/services shows 115, bu

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Bob McGowan
ArcticFox wrote: On Jul 6, 2007, at 2:58 PM, Douglas Allan Tutty wrote: of course, restart sshd to test. I added that line to the file (It wasn't there before) but how do you restart sshd I can't find information in the help or man file. In /etc/init.d there is a file called 'ssh'.

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread ArcticFox
On Jul 6, 2007, at 2:58 PM, Douglas Allan Tutty wrote: On Fri, Jul 06, 2007 at 01:09:42PM -0500, ArcticFox wrote: I just installed the newest version of Debian and was quite annoyed to discover that neither SSH nor SFTP are enabled after installing. I've gotten SSH to work, but I'm still havin

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Yann Lejeune
On 2007/07/06-13:03(-0700), Andrew Sackville-West wrote : > > looks like you need 115 open for sftp Hmmm. If you snoop an SFTP transfer, it looks like that only TCP port 22 is used. Regards. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Kent West
ArcticFox wrote: I used the synoptic package manager to install ssh, and according to that program openssh-client, openssh-server, and ssh are all installed. I'm trying to connect from my laptop to the Linux computer using sftp. I can connect through ssh. See if you can sftp from the Linux co

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Yann Lejeune
On 2007/07/06-14:40(-0500), ArcticFox wrote : > I used the synoptic package manager to install ssh, and according to > that program openssh-client, openssh-server, and ssh are all installed. > I'm trying to connect from my laptop to the Linux computer using sftp. > I can connect through ssh. >

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Andrew Sackville-West
On Fri, Jul 06, 2007 at 03:58:20PM -0400, Douglas Allan Tutty wrote: > On Fri, Jul 06, 2007 at 01:09:42PM -0500, ArcticFox wrote: > > I just installed the newest version of Debian and was quite annoyed to > > discover that neither SSH nor SFTP are enabled after installing. I've > > gotten SSH to

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Andrew Sackville-West
On Fri, Jul 06, 2007 at 02:40:06PM -0500, ArcticFox wrote: > > On Jul 6, 2007, at 2:18 PM, Kent West wrote: > > >ArcticFox wrote: > >>I just installed the newest version of Debian and was quite annoyed > >>to discover that neither SSH nor SFTP are enabled after installing. > >>I've gotten SSH t

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Douglas Allan Tutty
On Fri, Jul 06, 2007 at 01:09:42PM -0500, ArcticFox wrote: > I just installed the newest version of Debian and was quite annoyed to > discover that neither SSH nor SFTP are enabled after installing. I've > gotten SSH to work, but I'm still having trouble with SFTP. Any > suggestions? Why would

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread ArcticFox
On Jul 6, 2007, at 2:18 PM, Kent West wrote: ArcticFox wrote: I just installed the newest version of Debian and was quite annoyed to discover that neither SSH nor SFTP are enabled after installing. I've gotten SSH to work, but I'm still having trouble with SFTP. Any suggestions? # aptitu

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Bob McGowan
ArcticFox wrote: I just installed the newest version of Debian and was quite annoyed to discover that neither SSH nor SFTP are enabled after installing. I've gotten SSH to work, but I'm still having trouble with SFTP. Any suggestions? Are you talking about using them from you system outbou

Re: Enabling SFTP under Debian 4.0r0

2007-07-06 Thread Kent West
ArcticFox wrote: I just installed the newest version of Debian and was quite annoyed to discover that neither SSH nor SFTP are enabled after installing. I've gotten SSH to work, but I'm still having trouble with SFTP. Any suggestions? # aptitude install ssh should have pretty much done all

Enabling SFTP under Debian 4.0r0

2007-07-06 Thread ArcticFox
I just installed the newest version of Debian and was quite annoyed to discover that neither SSH nor SFTP are enabled after installing. I've gotten SSH to work, but I'm still having trouble with SFTP. Any suggestions? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri