Junos OS

last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  Hiding password in ftp url

    Posted 07-21-2009 04:12

    Dear friends!

     

    I am trying to configure archival feature on my Juniper Routers.


    however when defining ftp url in archive-sites  like following;

     

        archival {
            configuration {
                transfer-on-commit;
                archive-sites {
                   ftp://myftpuser:password@10.10.10.22;
                }
            }
        }

     

    I see the Password in clear text.

     

    Is it possible to Hide This password??? or define it in some other way that it cannot be seen in configuration??

     

     

    Regards,

     

    Asad.



  • 2.  RE: Hiding password in ftp url
    Best Answer

     
    Posted 07-21-2009 07:52

    Using password sub command would encrypt the password.

     

    ftp://myftpuser@10.10.10.22 password password;

     

    /Charlie