Re: telnet password problem

From: Sandgroper (steveray_at_KNICKERSiinet.net.au)
Date: 06/28/04

  • Next message: John Williams: "Telemann sm200d card under Fedora core 2"
    Date: Mon, 28 Jun 2004 07:24:31 +0800
    
    

    "Mike - EMAIL IGNORED" <m_d_beger_1900@yahoo.com> wrote in message
    news:40DD8ACA.F03A2826@yahoo.com...
    > On RH-E-WS-3, using the telnet server supplied,
    > a password that contains the pound sign, '#',
    > does not gain access. The same password works
    > for other logins. Any suggestions?

    The pound "#" sign is a special key that is used on the old Unix system and
    older keyboards/terminals as the erase key if the other keys such as
    [control-H ] or backspace key doesn't work.
    It is also used to comment in scripts and as a secondary prompt symbol.

    So in effect , the pound symbol "#" is a special character that should not
    be used as a character in a password.

    The only way of using the pound symbol "#" as a literal character is to use
    the escape sequence of a backslash character "\" immediately before the
    pound symbol like \ #

    You should not use any symbol in any passwords , you should only use
    characters that are contained in regular expressions such as [0 .... 9] ,
    [a ....z] , [A.....Z] for any password character because a quite a lot of
    the symbols are used as special characters for unix / linux

    Read up on the subject of Regular Expressions.

    --
    Sandgroper
    ----------------------------------
    Remove KNICKERS to Email
    steveray@KNICKERSiinet.net.au
    

  • Next message: John Williams: "Telemann sm200d card under Fedora core 2"

    Relevant Pages

    • Re: Problem with encoding a character
      ... length, as without the pound symbol, everything worked. ... So, while it wasn't specifically encoding the string, it is getting the ... incorrectly by providing character length instead of byte length. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Aussie immigrant welcomed
      ... Is it normal to have the L pound symbol on your ... Just wondering if UK keyboards have both the dollar ... Is there an American in the house still speaking to us? ...
      (soc.culture.scottish)
    • Re: Aussie immigrant welcomed
      ... Is it normal to have the L pound symbol on your ... Just wondering if UK keyboards have both the dollar ... Is there an American in the house still speaking to us? ...
      (soc.culture.scottish)
    • Re: Aussie immigrant welcomed
      ... Custodum: ... Is it normal to have the L pound symbol on your ... Is there an American in the house still speaking to us? ...
      (soc.culture.scottish)
    • Re: Problem with encoding a character
      ... pound symbol is looking like 2 bytes instead of 1. ... your problem very well may be caused by the problem I noted in my previous post: that you are setting the ContentLength property incorrectly by providing character length instead of byte length. ... I thought the pound sign was a unicode character, but when I tried to change ... You can fix that problem by handling the encoding yourself so that you know exactly how many bytes your message will use, and then just writing those bytes directly rather than using the StreamWriter class. ...
      (microsoft.public.dotnet.languages.csharp)