Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-17-2006, 08:14 AM
|
#1
|
|
Member
Registered: May 2006
Posts: 100
Rep:
|
ssh - How to enable this in suse linux 10
I'm running suse linux 10. ssh was not enabled in the installation. How can I enable ssh?
|
|
|
|
08-17-2006, 08:30 AM
|
#2
|
|
Member
Registered: Feb 2004
Location: Switzerland
Distribution: Fedora - RedHat - Mandrake - OpenSuse
Posts: 214
Rep:
|
Hi there,
Of course need to have ssh install on you system!!!
You can turn on the service "sshd" in the "system-config-services". You should have access to all the service running on your system. You need to enable the sshd service.
Cheers
|
|
|
|
08-17-2006, 09:14 AM
|
#3
|
|
Member
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851
Rep:
|
yast->system -> system services-->sshd--> enable
|
|
|
|
08-17-2006, 03:03 PM
|
#4
|
|
Member
Registered: Jan 2006
Posts: 70
Rep:
|
the way i do it if its already installed on the system
service sshd start
that does it for me
|
|
|
|
08-17-2006, 06:37 PM
|
#5
|
|
Member
Registered: May 2006
Posts: 100
Original Poster
Rep:
|
yast->system -> system services-->sshd--> enable
Done, thanks.
But when I use putty to ssh, I'm getting Access Denied.
|
|
|
|
08-17-2006, 09:37 PM
|
#6
|
|
Member
Registered: Jul 2006
Location: Maryland, USA
Distribution: Fedora, Arch
Posts: 538
Rep:
|
Do you have a directory named ".ssh" in each home directory with some files in it? If not, run this as a regular user:
ssh-keygen
You should copy the ~/.ssh/*.pub files on each PC to the other PC into file ~/.ssh/authorized_keys. The .pub files are not secret, so you can copy them by ftp or a public directory or whatever. Each .pub file is one very long line, and the authorized_keys file has nothing else but these very long lines.
If you change something after you've logged in once, the entry in ~/.ssh/known_hosts on the othe PC may prevent you from logging again. So if in doubt, delete the known_hosts files and allow them to be regenerated.
To login by password, you must not have "PasswordAuthentication no" in either /etc/ssh/sshd_config or /etc/ssh/ssh_config.
|
|
|
|
08-18-2006, 07:40 AM
|
#7
|
|
Member
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851
Rep:
|
by default i think won't be so much job to do, can you tell us how you login?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:43 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|