linuxtricks
IS-IT--Management
I have installed a fresh version of Redhat 6.2 on my system and am trying to get SSH2 to work. It is running on the system, but it fails to authenticate my password. I tried changing my password on the system to try again, but it refuses to accept my "correct" password. BTW, I am using secureCRT (an ssh2 capable client) to try and login. I've installed this plenty of times in the past, but this time around, I have no clue why it is not letting me get in remotely. =(
Here is exactly what I'm doing:
1.downloaded openssh-2.3.0p1.tar.gz from 2. cd /usr/src
3. tar zxvf /location/of/file
4. cd openssh-2.3.0/
5. ./configure
6. make
7. make install
8. added /usr/local/bin/sshd to [red]rc.local[/red] so it starts with the system.
9. started sshd
I can connect no problem... and it asks me for a password. Then my password doesn't work.
Am I missing something?
thanx in advance for any help
Oh. BTW, I do have both prerequesite packages of openssl and zlib installed (as noted on openssh.com). Both packages were installed by doing:
./configure
make
make install
-------------
Do I need to configure them (to work together somehow someway)? Or do they do that by themselves? I HATE BEING A NEWBIE!
-grumpy smurf
Here is exactly what I'm doing:
1.downloaded openssh-2.3.0p1.tar.gz from 2. cd /usr/src
3. tar zxvf /location/of/file
4. cd openssh-2.3.0/
5. ./configure
6. make
7. make install
8. added /usr/local/bin/sshd to [red]rc.local[/red] so it starts with the system.
9. started sshd
I can connect no problem... and it asks me for a password. Then my password doesn't work.
Am I missing something?
thanx in advance for any help
Oh. BTW, I do have both prerequesite packages of openssl and zlib installed (as noted on openssh.com). Both packages were installed by doing:
./configure
make
make install
-------------
Do I need to configure them (to work together somehow someway)? Or do they do that by themselves? I HATE BEING A NEWBIE!
-grumpy smurf