LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Having trouble configuring SSH (https://www.linuxquestions.org/questions/linux-networking-3/having-trouble-configuring-ssh-66721/)

Travis86 06-19-2003 06:53 PM

Having trouble configuring SSH
 
I'm trying to get SSH to work. I sat down with the book I've got about it and started configuring it. It would let me log in, but wouldn't take my password. After I configured it and created user keys, it wouldn't respond at all.

I notice that some entries in the ssh_config and sshd_config file are the same. Is this supposed to be this way? And did it quit because of something I misconfigured or because I created the new keys?

unSpawn 06-19-2003 07:55 PM

Posting steps you took, configs and error logs would come in handy I'd say. Errorlogs you make adding the triple "-v" to ssh when trying to log in. Also check your sshd's log.

Travis86 06-19-2003 09:25 PM

My Linux computer isn't on the Internet yet, so I can't post the files.

Where are the error logs? "find /var -name *ssh*" didn't return anything useful.

Crashed_Again 06-19-2003 09:42 PM

ssh_config is the client side configuration and sshd_config is the server side. You probably need to edit sshd_config. Is the service running? What does the config file look like?


All times are GMT -5. The time now is 02:40 AM.