开发者

How to hide your password while configuring yum

开发者 https://www.devze.com 2023-02-14 07:45 出处:网络
I am trying to configure proxy in yum.conf, specifying proxy_password. I would like to hide my开发者_开发知识库 proxy_password. I understand that I can use read -es, but I don\'t want to put it in any

I am trying to configure proxy in yum.conf, specifying proxy_password. I would like to hide my开发者_开发知识库 proxy_password. I understand that I can use read -es, but I don't want to put it in any variable also.

Please recommend.

Thanks, Ajay.


You could use the include facility to put the proxy_password setting in a file with protected permissions.

0

精彩评论

暂无评论...
验证码 换一张
取 消