Re: Transfering files in SSH

2003-10-23 Thread Ding Li
Thank you very much. After I put the lower case "ssh", gftp works. :) gFTP 2.0.14, Copyright (C) 1998-2002 Brian Masney <[EMAIL PROTECTED]>. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out

Re: Transfering files in SSH

2003-10-23 Thread Reuben D. Budiardja
On Thursday 23 October 2003 04:19 pm, Donald Tyler wrote: > I also followed the instructions, and just ended up there staring at it > while it said "Connecting". > > ssh from terminal works fine. Have any ideas why it wouldn't work? > > p.s. I did everything in th

RE: Transfering files in SSH

2003-10-23 Thread Donald Tyler
I also followed the instructions, and just ended up there staring at it while it said "Connecting". ssh from terminal works fine. Have any ideas why it wouldn't work? p.s. I did everything in the link that you (RDB) posted. -Original Message- From: [EMAIL PROTECTED]

Re: Transfering files in SSH

2003-10-23 Thread Reuben D. Budiardja
On Thursday 23 October 2003 01:30 pm, Ding Li wrote: > I used the method in your email, but gftp hungs there and I got no > response. > Do you know why? I am using rh 9.0 hungs as crashed? you couldn't do nothing to it except 'kill -9 gftp'? If that's the case, I don't know why. Maybe gftp bugs ?

Re: Transfering files in SSH

2003-10-23 Thread Ding Li
pening SSH connection to xxx.xxx.xxx.xxx Running program SSH -e none -l myuserid xxx.xxx.xxx.xxx "echo -n xsftp ; /usr/libexec/openssh/sftp-server" [EMAIL PROTECTED] wrote: On Thursday 23 October 2003 09:56 am, Donald Tyler wrote: Hi, I finally managed to get my firewall server up (Th

Re: Transfering files in SSH

2003-10-23 Thread Reuben D. Budiardja
how to transfer files from my > workstation to the server via SSH. Can anyone point me in the direction > of some info? > > Thanks. You can use SCP as most people has told you, but if you want some GUI too, you can also use gftp as the frontend of SCP. Here is a tip: http://

Re: Transfering files in SSH

2003-10-23 Thread Matthew Saltzman
On Thu, 23 Oct 2003, Rus Foster wrote: > Hi, > > I want to be able to administer the server remotely. But the only > > problem I have is that I don't know how to transfer files from my > > workstation to the server via SSH. Can anyone point me in the direction > &g

Re: Transfering files in SSH

2003-10-23 Thread Bret Hughes
to transfer files from my > workstation to the server via SSH. Can anyone point me in the direction > of some info? > scp sftp or for a gui -gftp (set the port to 22 and the protocol to ssh2) from a windows box winscp is terrific Bret -- redhat-list mailing list unsubscribe mailto:[EMAI

Re: Transfering files in SSH

2003-10-23 Thread Joshua L. San Juan
> I want to be able to administer the server remotely. But the only > problem I have is that I don't know how to transfer files from my > workstation to the server via SSH. Can anyone point me in the direction > of some info? if you're using a Linux workstation: scp file-f

Re: Transfering files in SSH

2003-10-23 Thread Jason Dixon
to transfer files from my > workstation to the server via SSH. Can anyone point me in the direction > of some info? man scp. General usage: scp -C local.file [EMAIL PROTECTED]:/location/ scp -C [EMAIL PROTECTED]:/location/local.file . The first copies a local file to a directory on a remote sys

Re: Transfering files in SSH

2003-10-23 Thread Rus Foster
Hi, > I want to be able to administer the server remotely. But the only > problem I have is that I don't know how to transfer files from my > workstation to the server via SSH. Can anyone point me in the direction > of some info? You want to look at scp. The basic command is scp

Re: Transfering files in SSH

2003-10-23 Thread Greg Bradner
man scp Donald Tyler wrote: Hi, I finally managed to get my firewall server up (Thanks to everyone on the list who helped). I want to be able to administer the server remotely. But the only problem I have is that I don't know how to transfer files from my workstation to the server via SSH

Transfering files in SSH

2003-10-23 Thread Donald Tyler
Hi, I finally managed to get my firewall server up (Thanks to everyone on the list who helped). I want to be able to administer the server remotely. But the only problem I have is that I don't know how to transfer files from my workstation to the server via SSH. Can anyone point me i

Re: rsync and ssh simple question

2003-10-10 Thread MKlinke
On Friday 10 October 2003 19:30, Gordon Messmer wrote: > MKlinke wrote: > > I haven't tried it with crontab so I don't know if it'll fit here > > but with batch jobs like this via ssh the ssh-agent mechanism works > > very well. The thought of null passphrases

Re: rsync and ssh simple question

2003-10-10 Thread Gordon Messmer
MKlinke wrote: I haven't tried it with crontab so I don't know if it'll fit here but with batch jobs like this via ssh the ssh-agent mechanism works very well. The thought of null passphrases just leave me a little cold and shivering As well it should. There is a mor

RE: Why I can`t do telnet or ftp in local? But i can loggin with ssh

2003-10-04 Thread Rodolfo J. Paiz
At 10:33 10/2/2003, you wrote: You'll have to edit the xinetd script file for it. /etc/xinetd.d/telnet Easier to type (as root): "chkconfig telnet on" -- Rodolfo J. Paiz [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redha

ssh_exchange_identificatio error when using ssh

2003-10-03 Thread Bill Tangren
Hello all, I have a brand new system that I have installed RH 9 with all updates. Since the updates, I now cannot ssh *from* this server to any other one, but I *can* ssh *to* this server. This is what I get when I try from the new server: [EMAIL PROTECTED] root]# ssh -v aa OpenSSH_3.5p1, SSH

Problems with remote login with ssh and limits.conf

2003-10-02 Thread Terrence Martin
I am trying to get /etc/security/limits.conf to work correctly for remote logins as well as local su. Here is what I mean... This does not work -- [EMAIL PROTECTED] ~# ssh [EMAIL PROTECTED] [EMAIL PROTECTED]'s password: UCSD Physics Server Unauthorized Access is Prohibited [EMAIL PROT

RE: Why I can`t do telnet or ftp in local? But i can loggin with ssh

2003-10-02 Thread Jason Staudenmayer
I recommend using ssh over telnet for security reasons. By default telnet is turned off, even if you installed it. You'll have to edit the xinetd script file for it. /etc/xinetd.d/telnet -Original Message- From: Salvador Santander [mailto:[EMAIL PROTECTED] Sent: Thursday, Octob

RE: Why I can`t do telnet or ftp in local? But i can loggin with ssh

2003-10-02 Thread James Williams
with ssh I have just installed my redhat without firewall, with telnet server, with anonftp, with wu-ftpd, and I can't do telnet, ftp in my own machine, but i can loggin with ssh from another computer. Any idea for solve this? It can be possible that openssh server is the problem? -- redhat

Why I can`t do telnet or ftp in local? But i can loggin with ssh

2003-10-02 Thread Salvador Santander
I have just installed my redhat without firewall, with telnet server, with anonftp, with wu-ftpd, and I can't do telnet, ftp in my own machine, but i can loggin with ssh from another computer. Any idea for solve this? It can be possible that openssh server is the problem? -- redhat-list ma

Re: rsync and ssh simple question

2003-10-01 Thread Michael Gargiullo
Nathalie Boulos [EMAIL PROTECTED] wrote: > > Hello, > > > > i'm using rsync with ssh to connect to a remote host > > and mirror a website. > > > > I want to put the command in crontab and i don't want > > ssh to ask for password before opening

Re: rsync and ssh simple question

2003-10-01 Thread Hardy Merrill
Nathalie Boulos [EMAIL PROTECTED] wrote: > Hello, > > i'm using rsync with ssh to connect to a remote host > and mirror a website. > > I want to put the command in crontab and i don't want > ssh to ask for password before opening the connexion. I assume from th

Re: rsync and ssh simple question

2003-10-01 Thread MKlinke
On Wednesday 01 October 2003 07:32, Jason Dixon wrote: > On Wed, 2003-10-01 at 08:15, Nathalie Boulos wrote: > > Hello, > > > > i'm using rsync with ssh to connect to a remote host > > and mirror a website. > > > > I want to put the command in crontab

Re: rsync and ssh simple question

2003-10-01 Thread Reuben D. Budiardja
On Wednesday 01 October 2003 08:32 am, Jason Dixon wrote: > On Wed, 2003-10-01 at 08:15, Nathalie Boulos wrote: > > Hello, > > > > i'm using rsync with ssh to connect to a remote host > > and mirror a website. > > > > I want to put the command in

Re: rsync and ssh simple question

2003-10-01 Thread Jason Dixon
On Wed, 2003-10-01 at 08:15, Nathalie Boulos wrote: > Hello, > > i'm using rsync with ssh to connect to a remote host > and mirror a website. > > I want to put the command in crontab and i don't want > ssh to ask for password before opening the connexion. > &

rsync and ssh simple question

2003-10-01 Thread Nathalie Boulos
Hello, i'm using rsync with ssh to connect to a remote host and mirror a website. I want to put the command in crontab and i don't want ssh to ask for password before opening the connexion. Anyone knows how can i avoid that? Regards Nathalie __ Do

ssh version 1 ok - ssh version 2 not ok

2003-09-23 Thread diego . veiga
Just to complete the message i install openssh-3.7p1 and in the end of make install echo this: /usr/sbin/sshd -t -f /etc/ssh/sshd_config Privilege separation user sshd does not exist make: [check-config] Error 255 (ignored) i generate a ssh key version 2 and in /var/log/messages echo this

ssh version 1 ok - ssh version 2 not ok

2003-09-23 Thread diego . veiga
Hi list, I have just install and configure ssh3.5. I had generated 2 keys: the first one is version 1 and the other version 2. The user with version 1 do login into machine ok. The user with key version 2 have permission denied. Does anyone know a configuration to set or how does it doesn't

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Martin Moss
>You might have to delete the SSH client key and let it generate a new >one. Where would I find this, and do you mean the client key on the sourcing ssh or the destination ssh server which is refusing the connection? Marty On Wed, 2003-09-17 at 08:06, Hal Burgiss wrote: > On We

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Martin Moss
Guess I'll wait before I bother upgrading, currently nobody can get onto my machine anyway :-/ Marty - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 5:17 PM Subject: Re: upgraded ssh from 3.1 to 3.7.1 - now g

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread kolmstea
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused On Wednesday 17 September 2003 10:38, [EMAIL PROTECTED] wrote: > Thanks, > > But the one that I was referring to, what the openssh that was > released this morrni

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread MKlinke
On Wednesday 17 September 2003 10:38, [EMAIL PROTECTED] wrote: > Thanks, > > But the one that I was referring to, what the openssh that was > released this morrning, > http://www.mindrot.org/pipermail/openssh-unix-announce/2003-September >/64.html > > Wed Sep 17 01:13:10 EST 2003 > > This new v

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Peter Peltonen
On Wed, 2003-09-17 at 18:38, [EMAIL PROTECTED] wrote: > Thanks, > > But the one that I was referring to, what the openssh that was released this > morrning, > http://www.mindrot.org/pipermail/openssh-unix-announce/2003-September/64.html > > Wed Sep 17 01:13:10 EST 2003 > > This new version

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread kolmstea
2003 10:29:18 -0500 From: MKlinke <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused On Wednesday 17 September 2003 09:56, Keith Olmstead wrote: > Does anyone know when an rpm is going to be

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread MKlinke
On Wednesday 17 September 2003 09:56, Keith Olmstead wrote: > Does anyone know when an rpm is going to be released resolving the > issues in OpenSSH 3.7.1? > > --Keith It was released yesterday by most everyone who includes OpenSSH in their distributions including Red Hat. Regards, Mike Klinke

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Chris Purcell
You can get backported Red Hat RPMs from ftp://updates.redhat.com -- Chris Purcell, RHCE > Does anyone know when an rpm is going to be released resolving the > issues in OpenSSH 3.7.1? > > --Keith > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://www.redhat.

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Keith Olmstead
Does anyone know when an rpm is going to be released resolving the issues in OpenSSH 3.7.1? --Keith -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread David Hart
You might have to delete the SSH client key and let it generate a new one. On Wed, 2003-09-17 at 08:06, Hal Burgiss wrote: > On Wed, Sep 17, 2003 at 12:35:48PM +0100, Martin Moss wrote: > > I can believe that:-) > > > > I just couldn't find the rpm. > > > >

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Hal Burgiss
On Wed, Sep 17, 2003 at 12:35:48PM +0100, Martin Moss wrote: > I can believe that:-) > > I just couldn't find the rpm. > > Any ideas where it would be? RHN or ftp://updates.redhat.com/7.2/en/os//i386/openssh-3.1p1-10* That's obviously 7.2 updates (out yesterday or day before). -- Hal Burgiss

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Martin Moss
I can believe that:-) I just couldn't find the rpm. Any ideas where it would be? Marty - Original Message - From: "Hal Burgiss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 12:24 PM Subject: Re: upgraded ssh from 3.1 to 3.7

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Sean Estabrooks
On Wed, 17 Sep 2003 12:23:15 +0100 "Martin Moss" <[EMAIL PROTECTED]> wrote: > There is an exploit for all versions lower than 3.7.1. Allowing root access. > It seems to have hit the public domain yesterday. > http://www.linuxsecurity.com/advisories/redhat_advisory-3628.html > > (this one seems to

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Hal Burgiss
On Wed, Sep 17, 2003 at 12:25:06PM +0100, Martin Moss wrote: > aha here's the link > > http://www.openssh.com/txt/buffer.adv RH often backports patches. Life is simpler if you stay with their packages. -- Hal Burgiss -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https:

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Martin Moss
aha here's the link http://www.openssh.com/txt/buffer.adv Marty - Original Message - From: "Sean Estabrooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 12:05 PM Subject: Re: upgraded ssh from 3.1 to 3.7.1 - now getting co

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Martin Moss
now can't find gr) was suggesting that 3.7.1 should be the version to install, which I did. Regards Marty - Original Message - From: "Sean Estabrooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 12:05 PM Subject: Re: upg

Re: upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Sean Estabrooks
On Wed, 17 Sep 2003 11:45:23 +0100 "Martin Moss" <[EMAIL PROTECTED]> wrote: > I just upgraded my ssh using the 3.7.1 source tarball (I couldn't find an > rpm for it). Now when I try to login I get a connection refused. > As I am unable to get a connection to

upgraded ssh from 3.1 to 3.7.1 - now getting connection refused

2003-09-17 Thread Martin Moss
All, I just upgraded my ssh using the 3.7.1 source tarball (I couldn't find an rpm for it). Now when I try to login I get a connection refused. As I am unable to get a connection to the machine, I am not able to provide much debugging information. Can anybody give me any pointers as to wh

Re: Linksys router and ssh connection

2003-09-16 Thread Rodolfo J. Paiz
At 22:53 9/13/2003 -0700, you wrote: Can you elaborate on this a little more? Very interesting... Why not just have a closed port? Some SOHO hardware (albeit only a few devices) are too stupid to close the port, so you make 100% sure that no one can reach its admin website from the outside by re

RE: Watching an ssh version

2003-09-16 Thread Andreas Freyvogel
PROTECTED] Subject: Watching an ssh version Hi, I remember this is being asked here long time ago, but I couldn't find it in the archive, probably due to inaccurate search terms. Anyway, I am wondering if there is a way to watch an SSH session. Suppose a friend of mine is accessing my computer rem

Re: Watching an ssh version

2003-09-16 Thread Sean Estabrooks
On Tue, 16 Sep 2003 08:02:39 -0400 "Reuben D. Budiardja" <[EMAIL PROTECTED]> wrote: > > Hi, > I remember this is being asked here long time ago, but I couldn't find it in > the archive, probably due to inaccurate search terms. > > Anyway, I am wond

Watching an ssh version

2003-09-16 Thread Reuben D. Budiardja
Hi, I remember this is being asked here long time ago, but I couldn't find it in the archive, probably due to inaccurate search terms. Anyway, I am wondering if there is a way to watch an SSH session. Suppose a friend of mine is accessing my computer remotely to do some configuration via

Re: Linksys router and ssh connection

2003-09-13 Thread Jesse Millan
Can you elaborate on this a little more? Very interesting... Why not just have a closed port? On Sun, 2003-09-07 at 17:57, Ed Wilts wrote: > On Sun, Sep 07, 2003 at 10:52:46AM -1000, Marc Adler wrote: > > I want to configure my Linksys router to allow ssh connections. One and > >

Re: RES: Displaying message after SSH login

2003-09-12 Thread Reuben D. Budiardja
On Thursday 11 September 2003 05:58 pm, Cleber P. de Souza wrote: > In /etc/ssh/ssd_config do you can change the Banner parameter: > Banner /etc/ssh/message > The text in /etc/ssh/message will be displayed after ssh login. > Thanks, that works. RDB -- redhat-list mailing list

RES: Displaying message after SSH login

2003-09-11 Thread Cleber P. de Souza
In /etc/ssh/ssd_config do you can change the Banner parameter: Banner /etc/ssh/message The text in /etc/ssh/message will be displayed after ssh login. *** Cleber P. de Souza Cia. Metalgraphica Paulista -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Reuben

Re: Displaying message after SSH login

2003-09-11 Thread Steve Phillips
c) message after user login through SSH. How do I do that? I changed /etc/motd but it does not get displayed. I looked /etc/ssh/sshd_config but nothing seem obvious. I am running RH 7.x Thanks RDB -- Reuben D. Budiardja Department of Physics and Astronomy The University of Tennessee, Knoxville, TN

Displaying message after SSH login

2003-09-11 Thread Reuben D. Budiardja
Hello, Sorry if this is trivial, I've tried Google but haven't found it. I need to display a (static) message after user login through SSH. How do I do that? I changed /etc/motd but it does not get displayed. I looked /etc/ssh/sshd_config but nothing seem obvious. I am runn

Re: Up2date ssh error

2003-09-11 Thread Jason Dixon
On Thu, 2003-09-11 at 06:48, Sasa Stupar wrote: > Romeo pravi: > > > Sorry i'm quite new to the list. > > I'd like to know if is sure that is not a configuration error the > > message I get when I try to do an up2date: > > There was an SSL error: [('SSL routines', > > 'SSL3_GET_SERVER_CERTIFICAT

Re: Up2date ssh error

2003-09-11 Thread Sasa Stupar
Romeo pravi: Sorry i'm quite new to the list. I'd like to know if is sure that is not a configuration error the message I get when I try to do an up2date: There was an SSL error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')] I red it was a redhat problem, but I

Up2date ssh error

2003-09-11 Thread Romeo
Sorry i'm quite new to the list. I'd like to know if is sure that is not a configuration error the message I get when I try to do an up2date: There was an SSL error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')] I red it was a redhat problem, but I red last messa

Re: Linksys router and ssh connection

2003-09-09 Thread Rodolfo J. Paiz
jump in if I wanted to, but I'd probably hurt myself. Good thought. True, too. So I'll be easing myself into 1) how to assign IP addresses so that they are static on my network (a new concept - I realize if I don't, they could suddenly switch, and I'd have to reconfigure ssh

Re: Linksys router and ssh connection

2003-09-09 Thread Marc Adler
I'm still new to all this? Maybe I should have at the beginning. I'm finding that learning about all this is like getting into a really hot bath - I could just jump in if I wanted to, but I'd probably hurt myself. So I'll be easing myself into 1) how to assign IP addresses so

Re: Linksys router and ssh connection

2003-09-08 Thread Rodolfo J. Paiz
At 11:07 9/8/2003 -1000, you wrote: Yes, I went ahead and forwarded port 80 to 192.168.1.222, which isn't either of the two computers I've got on my network (192.168.1.100 and 192.168.1.101). Is that ok? Yes. It avoids the small danger of peoply trying to get to your Linksys router's admin functio

Re: Linksys router and ssh connection

2003-09-08 Thread Ian L
[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Mon, 08 Sep 2003 01:27:45 -0600 Subject: Re: Linksys router and ssh connection > At 21:03 9/7/2003 -1000, you wrote: > >Great! This worked. There wasn't a button or box to indicate the > >protocol, so maybe it's automatically s

Re: Linksys router and ssh connection

2003-09-08 Thread Marc Adler
* Marc Adler <[EMAIL PROTECTED]> [2003-09-07 22:40]: > * Rodolfo J. Paiz <[EMAIL PROTECTED]> [2003-09-07 21:29]: > > At 21:03 9/7/2003 -1000, you wrote: > > >Great! This worked. There wasn't a button or box to indicate the > > >protocol, so maybe it's automatically set for both protocols. Either >

Re: ssh question

2003-09-08 Thread Bob Hartung
erver [machine to be accessed] Client user name on remote machine: minitwr [machine from which access to smbserver is made. Now when I log onto smbserver via ssh I am doing so with the ' -l root' suffix to log into the server as root. I placed the key in '/root/.ssh/authorized_keys&

Re: ssh question

2003-09-08 Thread Bret Hughes
[machine from which access > to smbserver is made. > > Now when I log onto smbserver via ssh I am doing so with the ' -l root' > suffix to log into the server as root. I placed the key in > '/root/.ssh/authorized_keys' on smbserver but in > '/home/

RE: Linksys router and ssh connection

2003-09-08 Thread Kyle Gasho
You need to forward port 22 (SSH port) to the IP address of then internal PC that is running SSHD. (example) 22 to 192.168.1.2 -Me -Original Message- From: Marc Adler [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 1:53 PM To: [EMAIL PROTECTED] Subject: Linksys router and

ssh question

2003-09-08 Thread Bob Hartung
smbserver via ssh I am doing so with the ' -l root' suffix to log into the server as root. I placed the key in '/root/.ssh/authorized_keys' on smbserver but in '/home/mintwr/.ssh' on minitwr' I am still asked for a login each time I connect. Have I placed the

RE: Linksys router and ssh connection

2003-09-08 Thread Wade Chandler
= 20 to 25 (ftp ports pop, ssh, smtp), protocol tcp (check that)put in the last digit for the forwared IP (it forces the ip range depending on the network (I assume no NAT)...then check enable and hit apply. That should do the trick for you. I'm behind another router...my DSL modem/r

Re: Linksys router and ssh connection

2003-09-08 Thread Joe Polk
I believe the Linksys allows you to shut off remote admin capability. <> -- Original Message --- From: "Rodolfo J. Paiz" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Mon, 08 Sep 2003 01:27:45 -0600 Subject: Re: Linksys router and ssh connection > At

Re: Linksys router and ssh connection

2003-09-08 Thread Ed Wilts
On Mon, Sep 08, 2003 at 08:10:29AM -0500, Benjamin J. Weiss wrote: > > Yes, it's vital. Unless you forward port 80 to somewhere, I can point > > my browser (or application) at your Linksys firewall and start guessing > > passwords. After you forward port 80 to a non-existent IP address, I > > won

Re: Linksys router and ssh connection

2003-09-08 Thread Benjamin J. Weiss
> > > Marc, you did change the password and forward port 80 to your real > > > webserver or some non-existent host, right? > > > > I changed the password, but didn't touch port 80, only port 22. I don't > > have a webserver. Is it vital to change port 80? Will changing it affect > > anything on my

Re: Linksys router and ssh connection

2003-09-08 Thread Bret Hughes
On Mon, 2003-09-08 at 06:41, Ed Wilts wrote: > On Sun, Sep 07, 2003 at 11:42:38PM -0600, Rodolfo J. Paiz wrote: > > At 19:57 9/7/2003 -0500, you wrote: > > >And, you should *always* forward port 80 to something, even a > > >non-existent host, to disallow any hopes that somebody that somebody can >

Re: Linksys router and ssh connection

2003-09-08 Thread Ed Wilts
On Sun, Sep 07, 2003 at 10:38:45PM -1000, Marc Adler wrote: > * Rodolfo J. Paiz <[EMAIL PROTECTED]> [2003-09-07 21:29]: > > At 21:03 9/7/2003 -1000, you wrote: > > > > Marc, you did change the password and forward port 80 to your real > > webserver or some non-existent host, right? > > I changed

Re: Linksys router and ssh connection

2003-09-08 Thread Ed Wilts
On Sun, Sep 07, 2003 at 11:42:38PM -0600, Rodolfo J. Paiz wrote: > At 19:57 9/7/2003 -0500, you wrote: > >And, you should *always* forward port 80 to something, even a > >non-existent host, to disallow any hopes that somebody that somebody can > >talk to it from the outside. > > Perhaps that shoul

Re: Linksys router and ssh connection

2003-09-08 Thread Marc Adler
* Rodolfo J. Paiz <[EMAIL PROTECTED]> [2003-09-07 21:29]: > At 21:03 9/7/2003 -1000, you wrote: > >Great! This worked. There wasn't a button or box to indicate the > >protocol, so maybe it's automatically set for both protocols. Either > >way, it works, so thanks! > > Marc, you did change the pass

Re: Linksys router and ssh connection

2003-09-08 Thread Rodolfo J. Paiz
At 21:03 9/7/2003 -1000, you wrote: Great! This worked. There wasn't a button or box to indicate the protocol, so maybe it's automatically set for both protocols. Either way, it works, so thanks! Marc, you did change the password and forward port 80 to your real webserver or some non-existent host

Re: Linksys router and ssh connection

2003-09-08 Thread Marc Adler
* ABrady <[EMAIL PROTECTED]> [2003-09-07 11:22]: > On Sun, 07 Sep 2003 10:52:46 -1000 > Marc Adler <[EMAIL PROTECTED]> wrote: > > > I want to configure my Linksys router to allow ssh connections. One > > and a half seconds of Googling showed me how to change the d

Re: Linksys router and ssh connection

2003-09-07 Thread Rodolfo J. Paiz
At 19:57 9/7/2003 -0500, you wrote: And, you should *always* forward port 80 to something, even a non-existent host, to disallow any hopes that somebody that somebody can talk to it from the outside. Perhaps that should be "...especially if possible to a non-existent host..."? -- Rodolfo J. Paiz [

Re: Linksys router and ssh connection

2003-09-07 Thread Ed Wilts
On Sun, Sep 07, 2003 at 10:52:46AM -1000, Marc Adler wrote: > I want to configure my Linksys router to allow ssh connections. One and > a half seconds of Googling showed me how to change the default password > on it, and it makes me wonder whether more people shouldn't know tha

Re: Linksys router and ssh connection

2003-09-07 Thread Rodolfo J. Paiz
r the "Service Port Range". If all you want is 22, put that in both blocks. 5. Set the protocol to "Both". SSH only uses TCP protocol, so UDP is not needed and is better left unselected. -- Rodolfo J. Paiz [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: Linksys router and ssh connection

2003-09-07 Thread ABrady
On Sun, 07 Sep 2003 10:52:46 -1000 Marc Adler <[EMAIL PROTECTED]> wrote: > I want to configure my Linksys router to allow ssh connections. One > and a half seconds of Googling showed me how to change the default > password on it, and it makes me wonder whether more people should

RE: Linksys router and ssh connection

2003-09-07 Thread Jason Staudenmayer
Look at the port forwarding. You need to forward port 22 to the private address of the linux box. -Original Message- From: Marc Adler [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 4:53 PM To: [EMAIL PROTECTED] Subject: Linksys router and ssh connection I want to configure

Linksys router and ssh connection

2003-09-07 Thread Marc Adler
I want to configure my Linksys router to allow ssh connections. One and a half seconds of Googling showed me how to change the default password on it, and it makes me wonder whether more people shouldn't know that there is a default password that is the *same* for all Linksys routers, but t

Re: Open SSH How-To??

2003-08-25 Thread Didier Casse
On Sun, 24 Aug 2003, Sean Estabrooks wrote: > On Sun, 24 Aug 2003 22:34:11 -0400 > Cosmo Lee <[EMAIL PROTECTED]> wrote: > > > > > # /sbin/chkconfig --list sshd > > sshd0:off 1:off 2:on3:on4:on5:on6:off > > # > > > > Is `service` and actual command? I can't find

Re: Open SSH How-To??

2003-08-25 Thread Sean Estabrooks
On Sun, 24 Aug 2003 22:34:11 -0400 Cosmo Lee <[EMAIL PROTECTED]> wrote: > > # /sbin/chkconfig --list sshd > sshd0:off 1:off 2:on3:on4:on5:on6:off > # > > Is `service` and actual command? I can't find a man entry for it: > > # service sshd start > bash: service:

Re: Open SSH How-To??

2003-08-25 Thread Cosmo Lee
RH 7.2. Open SSH 3.1 I need help on how to set up Open SSH. I checked tldp.org, but can't find any How-To for it there. Can someone point me in the right direction to get configuration info? So far I've installed various OpenSSH packages, including openssh-server: # rpm -qa

Re: Open SSH How-To??

2003-08-24 Thread Jason Dixon
On Sun, 2003-08-24 at 14:54, Cosmo Lee wrote: > RH 7.2. Open SSH 3.1 > > I need help on how to set up Open SSH. I checked tldp.org, but can't > find any How-To for it there. Can someone point me in the right > direction to get configuration info? > > So far I&#x

Open SSH How-To??

2003-08-24 Thread Cosmo Lee
RH 7.2. Open SSH 3.1 I need help on how to set up Open SSH. I checked tldp.org, but can't find any How-To for it there. Can someone point me in the right direction to get configuration info? So far I've installed various OpenSSH packages, including openssh-server: # rpm -qa

Re: ssh log tool

2003-08-22 Thread Benjamin J. Weiss
> Guys, > > Know of any ssh log tools? > > I want to know when someone logs into my ssh server That part is easy. Look at /var/log/secure > and the command that > they runpreferably real time... > is that too much to ask :). I don't know how to do this real-tim

ssh log tool

2003-08-21 Thread n30
Guys, Know of any ssh log tools? I want to know when someone logs into my ssh server and the command that they runpreferably real time... is that too much to ask :). Thanks in advance -N -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman

SSH Auth Failure?

2003-08-14 Thread Ashley M. Kirchner
While doing updates on my servers, I came across this one and I'm baffled. I always ssh into my primary server and then ssh to the others. I have them all setup to use keys, and normally it just logs in and records this in syslog. However, after rpm updated openssh/openssh-cl

Re: SSH Auth Failure?

2003-08-14 Thread Bret Hughes
On Tue, 2003-08-05 at 06:54, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, 04 Aug 2003 22:22:16 -0600, Ashley M. Kirchner wrote: > > > While doing updates on my servers, I came across this one and I'm > > baffled. I a

Re: Ssh , kerberos and advisory ID RHSA-2003:222-01

2003-08-14 Thread Johan Andersson
"Advisory ID RHSA-2003:222-01, Updated openssh packages" it looks like user authentication via Kerberos has been broken. Logging on via console still validates users correctly via Kerberos, but when using ssh it does not function any more. After entering the username, no password can be enter

Re: Ssh , kerberos and advisory ID RHSA-2003:222-01

2003-08-14 Thread Andre ten Bohmer
Hello, Oke thanks, there are allready some postings regarding this behaviour at Bugzilla (ID 101183, 101799 and 101800). Cheers, Andre - Original Message - From: "Johan Andersson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 07, 2003 12:

Re: SSH Auth Failure?

2003-08-11 Thread Bret Hughes
updates on my servers, I came across this one and I'm > > > baffled. I always ssh into my primary server and then ssh to the > > > others. I have them all setup to use keys, and normally it just logs in > > > and records this in syslog. However, after rpm upd

Re: SSH Auth Failure?

2003-08-09 Thread Johan Andersson
IGNED MESSAGE- Hash: SHA1 On Mon, 04 Aug 2003 22:22:16 -0600, Ashley M. Kirchner wrote: While doing updates on my servers, I came across this one and I'm baffled. I always ssh into my primary server and then ssh to the others. I have them all setup to use keys, and normal

Re: SSH Auth Failure?

2003-08-08 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07 Aug 2003 21:09:45 -0500, Bret Hughes wrote: > > See clarifying comment at end of > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101157 > > > > I assume that you are referring to: > > > If the only solution to the information leak i

Re: SSH Auth Failure?

2003-08-08 Thread Johan Andersson
SSAGE- Hash: SHA1 On Mon, 04 Aug 2003 22:22:16 -0600, Ashley M. Kirchner wrote: While doing updates on my servers, I came across this one and I'm baffled. I always ssh into my primary server and then ssh to the others. I have them all setup to use keys, and normally it just lo

Ssh , kerberos and advisory ID RHSA-2003:222-01

2003-08-07 Thread Andre ten Bohmer
Hello, After applying "Advisory ID RHSA-2003:222-01, Updated openssh packages" it looks like user authentication via Kerberos has been broken. Logging on via console still validates users correctly via Kerberos, but when using ssh it does not function any more. After entering the us

  1   2   3   4   5   6   7   8   9   10   >