Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. asch337

    SSH and Kerberos

    There are some files on lft3 (the server that I can ssh to) that do not exist on lft1. /usr/lib/security/KRB5A.ibm /usr/lib/security/KRB5A_64.ibm /usr/lib/security/KRB5_64.ibm /usr/lib/security/methods.cfg.ibm I tried copying these files from lft3 to lft1, but I still can't ssh to lft1. Anyone...
  2. asch337

    crontab for log monitor

    I wrote a perl script a few months ago to do almost exactly what you are describing. I run it from crontab every 10 minutes. Here's the code for the perl script <---begin script----> #!/usr/bin/perl #============================================================================== # # Program...
  3. asch337

    Operating System for Oracle

    I would go ahead and play around with Oracle on a Linux box. A good portion of the skills you'll learn with Oracle on Linux will be applicable to the Oracle/AIX environment. Try to stay away from the Linux GUI environment as much as possible. In my experience, the biggest problem users have...
  4. asch337

    setup OpenSSH server on AIX 4.3

    Try using mkitab to add the sshd command to your /etc/inittab.
  5. asch337

    vi question

    Try the http://www.faqs.org/faqs/editor-faq/vi/part1/ As to the your substitution string of ".,$s/dog/cat/g", here's a brief explaination: the ".,$" portion is the range of the search and replace. The character before the "," tells where to start the search and replace operation. The character...
  6. asch337

    SSH and Kerberos

    Just to clarify, from my PC, I can ssh to lft3 successfully. But, from my PC, I cannot ssh to lft1 with a user authenticated against Active Directory. I can ssh successfully to lft1 with a user that is authenticated against lft1.
  7. asch337

    SSH and Kerberos

    I have 2 servers (lft1 and lft3) running AIX 5.3 ML 5. Both are installed with krb5.client.rte 1.4.0.4 and openssh.base.server 4.3.0.5300. I have configured some of the users on both servers to authenticate against our Windows 2003 Active Directory. I can use telnet to login successfully to...

Part and Inventory Search

Back
Top