Login Form






Lost Password?
No account yet? Register

Syndicate


SUSE 9.1 Professional PDF Print E-mail
 
During the last week I had the opportunity to test the Proffesional new version of SUSE 9.1. As is usually the first impression is often baumwolltaschen grout recoloring Compare Hotel Rate the most important, I was afraid to open the box. Collected a little courage I opened it. I could not go with admiration. SUSE AG postarala really to give SUSE. Yes it should appear each boxed version of GNU / Linux. In the middle of a consumer who bought the package is 2 books dealing with Linux: Administration speed test dubbing Poland lebensmittel polen Guide "and" User Guide ", a package of CDs and the 2 disc DVD bilateral (DVD1 and DVD2 installation source), plus a package of regular CD needed for installation - total 7 discs. In addition, SUSE AG, the plate with a full version of the database SQL Anywhere Studio for Linux v9.0 and SUSE extra sticker with the logo - with the chameleon. That was a first impression.


FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client
#433
Jon (Visitor)
Click here to see the profile of this user
Birthdate:
sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client  
jenny# uname -a FreeBSD jenny.state.net 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999 This e-mail address is being protected from spam bots, you need JavaScript enabled to view it :/usr/src/sys/compile/GENERIC i386 Hello All, I've d/l'd openssh-2.1.1p1 from ftp.openbsd.org today, and was trying to install it on the system described above. I need ssh2 compatibility, and I can't upgrade this box to 4.0-R (crap, I can't enough cvsupit to STABLE, don't have enough room , so I thought I'd try this out. These were the steps I did in the unpacked src directory: jenny# ./configure
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#434
Crist J. Clark (Visitor)
Click here to see the profile of this user
Birthdate:
sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client  
If I ssh from the FreeBSD box to the Solaris box, everything works. It seems that the FreeBSD box isn't processing the password or the login correctly. Can anyone offer me some advise or help on this? Have you tried, % ssh -v freebsd-host From the Sun, or running the daemon as, % sshd -d On FreeBSD to get debug output.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#435
sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client  
jenny# uname -a FreeBSD jenny.state.net 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999 This e-mail address is being protected from spam bots, you need JavaScript enabled to view it :/usr/src/sys/compile/GENERIC i386 Hello All, I've d/l'd openssh-2.1.1p1 from ftp.openbsd.org today, and was trying to install it on the system described above. I need ssh2 compatibility, and I can't upgrade this box to 4.0-R (crap, I can't enough cvsupit to STABLE, don't have enough room , so I thought I'd try this out. These were the steps I did in the unpacked src directory: Why not install from the ports? If you don't have space for the whole ports tree, you could just cvsup ports/security, by editing the sample cvsup file appropriately. Should work. Then cd /usr/ports/security/openssh make install clean that's all you need to do. Rahul. To Unsubscribe: send mail to This e-mail address is being protected from spam bots, you need JavaScript enabled to view it with unsubscribe freebsd-questions in the body of the message
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#436
Craig Critchley (Visitor)
Click here to see the profile of this user
Birthdate:
sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client  
from a remote client that is running all the same versions of programs above (on a Solaris 7.7 box), I get a login prompt, but if I try logging in using my user account or root, I get denied... root@jenny's password: Permission denied, please try again. If I ssh from the FreeBSD box to the Solaris box, everything works. It seems that the FreeBSD box isn't processing the password or the login correctly. Can anyone offer me some advise or help on this? I had the same problem installing openssh on a 3.2-release machine. First, look at /var/log/messages to see if sshd is complaining about anything. One thing to check is that openssh on freebsd defaults to using pam ( pluggable authentication modules ) so you need to make sure you add the sshd entries in pam.conf (or /etc/pam.d/sshd depending on how you want to organize things). This is in openssh's INSTALL file so you may have already done that, however, INSTALL doesn't mention there's a sample file in contrib/sshd.pam.freebsd (in the openssh sources). Or, you can build openssh without pam support with a configure switch,
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#437
Jon (Visitor)
Click here to see the profile of this user
Birthdate:
sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client  
From: Jon < This e-mail address is being protected from spam bots, you need JavaScript enabled to view it I've d/l'd openssh-2.1.1p1 from ftp.openbsd.org today, and was trying to install it on the system described above. I need ssh2 compatibility, ... from a remote client that is running all the same versions of programs above (on a Solaris 7.7 box), I get a login prompt, but if I try logging in using my user account or root, I get denied... root@jenny's password: Permission denied, please try again. If I ssh from the FreeBSD box to the Solaris box, everything works. It seems that the FreeBSD box isn't processing the password or the login correctly. Can anyone offer me some advise or help on this? I had the same problem installing openssh on a 3.2-release machine. First, look at /var/log/messages to see if sshd is complaining about anything. One thing to check is that openssh on freebsd defaults to using pam ( pluggable authentication modules ) so you need to make sure you add the sshd entries in pam.conf (or /etc/pam.d/sshd depending on how you want to organize things). This is in openssh's INSTALL file so you may have already done that, however, INSTALL doesn't mention there's a sample file in contrib/sshd.pam.freebsd (in the openssh sources). Or, you can build openssh without pam support with a configure switch,
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#438
Jon (Visitor)
Click here to see the profile of this user
Birthdate:
sshd configure OpenSSH 3.4-R: Can't log in from remote ssh client  
From: Jon < This e-mail address is being protected from spam bots, you need JavaScript enabled to view it I've d/l'd openssh-2.1.1p1 from ftp.openbsd.org today, and was trying to install it on the system described above. I need ssh2 compatibility, ... from a remote client that is running all the same versions of programs above (on a Solaris 7.7 box), I get a login prompt, but if I try logging in using my user account or root, I get denied... root@jenny's password: Permission denied, please try again. If I ssh from the FreeBSD box to the Solaris box, everything works. It seems that the FreeBSD box isn't processing the password or the login correctly. Can anyone offer me some advise or help on this? I had the same problem installing openssh on a 3.2-release machine. First, look at /var/log/messages to see if sshd is complaining about anything. One thing to check is that openssh on freebsd defaults to using pam ( pluggable authentication modules ) so you need to make sure you add the sshd entries in pam.conf (or /etc/pam.d/sshd depending on how you want to organize things). This is in openssh's INSTALL file so you may have already done that, however, INSTALL doesn't mention there's a sample file in contrib/sshd.pam.freebsd (in the openssh sources). Or, you can build openssh without pam support with a configure switch,
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop