Remote Login Security Settings

Ask a Question related to AIX, Design and Development.

  1. #1

    Default Remote Login Security Settings

    Hi,

    We have a IBM SP system running AIX 5.1L and I am helping the setting up the
    system recently. My question is how to turn off the un-encrypted telnet
    service on the system. Every single user on this computer is using SSH
    client supported by the SSH server program on the SP machine. Is there a
    quick fix to reconfigure the AIX so that it no longer takes TCP request on
    port 23 and 21?

    Thanks for any help!

    Zheng


    Zheng Wang Guest

  2. Similar Questions and Discussions

    1. DW hangs on Dev Toolkit Login Settings
      I am working opn a login page, when I go to add the Login Wizard, DW hangs up and wont do anything. This is new, since it worked yesterday... is...
    2. Change Flash Security Settings? Security ManagerOffline?
      Hello I have downloaded firefox and flash player, I have content which when I run it, flash blocks it wisely and reports that the page is trying...
    3. Can't Remote Login to CF 7
      I am getting an Invalid Password error on CF7 when I try to login remotely. I know the password is correct because I can login fine on the server...
    4. anonymous settings but getting prompted to login - why?
      Hi, I am running IIS on Windows XP Pro on a laptop and do not have a fixed IP address (using DHCP, developing using localhost). I cannot get my...
    5. Are there issues with WSE settings tool and remote servers????
      I am doing a presentation next week and I want to include WSE. I am using a remote IIS Server (another XP Pro system). I can crete and use web...
  3. #2

    Default Re: Remote Login Security Settings

    Zheng Wang <wzh78@yahoo.com> wrote:
    ZW> Hi,

    ZW> We have a IBM SP system running AIX 5.1L and I am helping the setting up the
    ZW> system recently. My question is how to turn off the un-encrypted telnet
    ZW> service on the system. Every single user on this computer is using SSH
    ZW> client supported by the SSH server program on the SP machine. Is there a
    ZW> quick fix to reconfigure the AIX so that it no longer takes TCP request on
    ZW> port 23 and 21?

    The same way you do it on pretty much all UNIXy systems on the
    planet: comment those services out of /etc/inetd.conf and restart
    inetd.

    Regards,

    Nicholas

    --
    "Why shouldn't I top-post?" [url]http://www.aglami.com/tpfaq.html[/url]
    "Meanings are another story." [url]http://www.ifas.org/wa/glossolalia.html[/url]
    Nicholas Dronen Guest

  4. #3

    Default Re: Remote Login Security Settings

    "Zheng Wang" <wzh78@yahoo.com> wrote in message news:<bl7g5q$n8f$1@news.Stanford.EDU>...
    > Hi,
    >
    > We have a IBM SP system running AIX 5.1L and I am helping the setting up the
    > system recently. My question is how to turn off the un-encrypted telnet
    > service on the system. Every single user on this computer is using SSH
    > client supported by the SSH server program on the SP machine. Is there a
    > quick fix to reconfigure the AIX so that it no longer takes TCP request on
    > port 23 and 21?
    >
    > Thanks for any help!
    >
    > Zheng
    vi /etc/inetd.conf, comment out ftp and telnet, save file, refresh -s inetd.

    Steve
    Steve Nottingham Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139