Networking Forums

Networking Forums > Computer Networking > Linux Networking > ssh putty linux

Reply
Thread Tools Display Modes

ssh putty linux

 
 
Juerg Schwarz
Guest
Posts: n/a

 
      06-27-2004, 04:23 PM
Hi

Since i installed Suse Linux 9.1 i cannot login by putty into my Linux with
putty ofer ssh. Where do i have set the rights to login again?

Juerg
 
Reply With Quote
 
 
 
 
Uwe Bonnes
Guest
Posts: n/a

 
      06-27-2004, 04:53 PM
Juerg Schwarz <(E-Mail Removed)> wrote:
: Hi

: Since i installed Suse Linux 9.1 i cannot login by putty into my Linux with
: putty ofer ssh. Where do i have set the rights to login again?

Install n newer putty or set the right options. A net serach will bring up
these needed new options.

Bye
--
Uwe Bonnes (E-Mail Removed)

Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
 
Reply With Quote
 
Bill Unruh
Guest
Posts: n/a

 
      06-27-2004, 05:19 PM
Juerg Schwarz <(E-Mail Removed)> writes:

]Hi

]Since i installed Suse Linux 9.1 i cannot login by putty into my Linux with
]putty ofer ssh. Where do i have set the rights to login again?


Did you enable sshd on the linux and is it running? did you put the
appropriate entry into /etc/hosts.allow?

 
Reply With Quote
 
Owen Jacobson
Guest
Posts: n/a

 
      06-27-2004, 08:16 PM
On Sun, 27 Jun 2004 18:23:37 +0200, Juerg Schwarz wrote:

> Hi
>
> Since i installed Suse Linux 9.1 i cannot login by putty into my Linux with
> putty ofer ssh. Where do i have set the rights to login again?


I know someone else who recently had the same problem; we solved it by
telling Putty to use SSH V2 by default (V1 is outdated and, IIRC, broken
in the cryptographic sense). It's under the Connection/SSH options.

Also make sure that sshd is running (ps aux | grep sshd) and that
hosts.allow/hosts.deny/firewall settings are appropriate.

--
Some say the Wired doesn't have political borders like the real world,
but there are far too many nonsense-spouting anarchists or idiots who
think that pranks are a revolution.

 
Reply With Quote
 
Keith Meidling
Guest
Posts: n/a

 
      06-29-2004, 09:25 PM
In article <40def431$0$26630$(E-Mail Removed)>, Juerg Schwarz wrote:
> Hi
>
> Since i installed Suse Linux 9.1 i cannot login by putty into my Linux with
> putty ofer ssh. Where do i have set the rights to login again?
>
> Juerg


Check your sshd_conf file.

If you don't know where it is type 'find / -name sshd_config'
That should show you where the file is.

IIRC in Suse, I had to enable ssh logins by putting yes on
the UseLogin line in the sshd_config file.

Don't forget to restart ssh for the change to take effect.
 
Reply With Quote
 
Juhan Leemet
Guest
Posts: n/a

 
      06-30-2004, 04:36 AM
On Tue, 29 Jun 2004 16:25:24 -0500, Keith Meidling wrote:
> If you don't know where it is type 'find / -name sshd_config'
> That should show you where the file is.


Yikes! That's a hard/long way to do it, isn't it? I guess I have a lot
of stuff in my file system. I would do:

rpm -qal | grep sshd_config

That lists all of the installed files from all packages (you could just
look at openssh package? how would you know?) and filters out those that
contain sshd_config. Lookit, there's even a man page!

$ rpm -qal | grep sshd_config
/etc/ssh/sshd_config
/usr/share/man/man5/sshd_config.5.gz

> IIRC in Suse, I had to enable ssh logins by putting yes on the UseLogin
> line in the sshd_config file.


Hmm, I didn't have to, in SuSE 8.2, but then I use RSA Authentication
(default on SuSE 8.2 install). I can come in from Solaris, w/o login
prompt as long as my home directory (with private .ssh directory) is
mounted on both sides. I think you need that for PVM, MPI, Beowulf?

> Don't forget to restart ssh for the change to take effect.


Yeah, easiest by:

/etc/init.d/sshd restart

Hmm, I see there is a reload of force-reload in that startup script? I've
never used that. I've used a more general restart for services (not all).

--
Juhan Leemet
Logicognosis, Inc.

 
Reply With Quote
 
Keith Meidling
Guest
Posts: n/a

 
      06-30-2004, 10:38 AM
In article <(E-Mail Removed) >,
Juhan Leemet wrote:
> On Tue, 29 Jun 2004 16:25:24 -0500, Keith Meidling wrote:
>> If you don't know where it is type 'find / -name sshd_config'
>> That should show you where the file is.

>
> Yikes! That's a hard/long way to do it, isn't it? I guess I have a lot
> of stuff in my file system. I would do:
>
> rpm -qal | grep sshd_config


Sorry... I've just started to work with Linux, and I guess my
methods are not as refined as most... I guess I should have
restricted the search to /etc to speed up the process. Thanks for
the comment or I wouldn't have thought twice about it.

 
Reply With Quote
 
Juhan Leemet
Guest
Posts: n/a

 
      07-01-2004, 04:36 AM
On Wed, 30 Jun 2004 05:38:16 -0500, Keith Meidling wrote:
> Sorry... I've just started to work with Linux...


No need to apologize. We're all coming from varied backgrounds here. I've
learned some stuff from others. Just trying to return some suggestions.

--
Juhan Leemet
Logicognosis, Inc.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Putty and Exceed Matt Linux Networking 4 03-23-2007 01:57 AM
evaluate the best SSH client (was: Print in PuTTy) Richard S. Shuford Linux Networking 4 02-05-2005 12:26 PM
Download by PUTTY? Juerg Schwarz Linux Networking 8 10-01-2004 10:02 PM
PuTTY Lyle Ladeira Linux Networking 2 06-01-2004 10:06 PM
iptables block ssh connections with putty Achim Gerber Linux Networking 4 07-07-2003 04:33 PM



1 2 3 4 5 6 7 8 9 10 11