ChinaUnix.net
相关文章推荐:

ssh key inputuserauthrequest invalid user

about two day ago,i installed a operating system of solaris 10.soon ,i found the default shell of system was sh shell.i thought just replace the root default shell to ksh in the profile of passwd would be good!when i reboot system there was a prompt "invalid user shell" Solution: 1.logged into solaris failsafe , 2.you will be prompted that "do you wish to have it mounted read-write on /a [y,n...

by andylai82 - Solaris文档中心 - 2008-09-03 09:33:13 阅读(1448) 回复(0)

相关讨论

因为小弟刚学比较菜,擅自把Solaris 10 x86下 /etc/password 中root使用的shell从原来的/bin/sh改成了/usr/bin/bash,而且这个bash也是存在的,然后注销重新登陆之后就玩完了——“invalid user shell, login rejected”。。。而且机器上只有root账户,这可咋办?大仙们帮忙指一下,小弟很菜,尽量详细些,万谢。 补充一下:小弟用是在虚拟机上安装的Solaris10 [ 本帖最后由 RedPivot 于 2008-2-16 16:30 编辑 ]

by RedPivot - Solaris - 2008-09-02 20:51:52 阅读(2330) 回复(3)

前天我把solaris10的passwd文件里的root用户shell由默认sh改成ksh,我检查过系统也存在ksh.但是重新启动用root用户登陆后提示"invalid user shell",谁能帮我想想办法怎么把系统恢复过来.我查过由关于这方面的帖子,有人遇过.但是没有解决方案. 听说这是由于sh是静态shell,而其它shell是动态shell,需要连接数据库才行.但当务之急不知道怎么恢复过来!郁闷!

by andylai82 - Solaris - 2008-09-02 22:54:01 阅读(1530) 回复(2)

版本:RedHat AS4.0 update1 想把samba配成PDC,但其中碰到一点小问题:希望高手帮我看看. groupadd machine useradd -g machine -d /dev/null -s /bin/false machine$ 提示: useradd: invalid user name 'machine$' 求高手帮忙看看.谢谢了. 以下这个网站里有各种操作系统下载. http://blog.cfan.com.cn/html/63/305663_itemid_81799.html

by jinsheng44944 - 服务器应用 - 2012-01-13 11:57:23 阅读(4054) 回复(4)

想请教下,如何设置同一时间,使用key,只有一个用户登录。 另外sshd_config中keyRegenerationInterval 1h 如何理解 谢谢

by xiaoshi20cn - BSD - 2008-08-28 23:54:16 阅读(1689) 回复(1)

%ssh-keygen -t rsa 产生公钥 ssh 如何禁止密码认证来登录 在sshd_config中 更改三个设置: PasswordAuthentication no ChallengeResponseAuthentication no UsePAM no 记得别把自己关外面了哦 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4490/showart_225182.html

by rhinux - BSD文档中心 - 2007-01-02 15:57:19 阅读(1333) 回复(0)

最近在研究ssh登录时使用key验证的方法. 根据网上文章,现在已经可以使用了.但是还是发现一个问题. 如果我想把密钥拷入U盘,这样我就可以在任意一台机器上登录服务器了. 我用的是F-Secure ssh Client,在导入了U盘的rsa密钥后,即使我把U盘拔下来,这台机器还是可以登录我的服务器,好像在导入rsa密钥的时候,会复制一份到本机上. 有没有办法不让他复制呢?也就是我把U盘拔下来,这台机器就登录不了服务器?

by fangqikun - 系统管理 - 2006-03-22 11:29:11 阅读(1035) 回复(0)

# ps -ax | grep sshd 3471 ?? Is 0:00.15 /usr/sbin/sshd 7572 ?? Is 0:00.38 sshd: root@ttyp1 (sshd) # kill -9 7572Connection to 192.168.36.141 closed by remote host. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/28922/showart_335111.html

by atyu30 - BSD文档中心 - 2007-07-06 00:09:22 阅读(948) 回复(0)

主题中的这句话怎么理解? if [ "$invalid_user" = "yes" -o "$invalid_PASSWD" = "yes" ]; then 是不是可以拆解成这样 if [ "$invalid_user" = "yes" ] || [ "$invalid_PASSWD" = “yes” ]; then 谢谢。

by locale - Shell - 2009-03-19 12:43:48 阅读(969) 回复(4)

据文档,我配置了postfix+maildrop,在收信有以下问题,一直找不到解决方法,请问问题出现在哪里? Sep 13 16:08:03 yykkk postfix/pipe[18828]: 8496D404BE5: to=<[email]zhuomingliang@testtest.net[/email]>, relay=maildrop, delay=0, status=deferred (temporary failure. Command output: maildrop: invalid user specified. ) 以下是master.cf maildrop 部分 [quote]maildrop unix - n n - ...

by zhuomingliang - 服务器应用 - 2007-09-15 12:43:30 阅读(3661) 回复(3)

FreeBSD(基本系统) + Postfix(MTA 邮件传输代理) + MySQL(后台数据库,用户保存用户信息) + Cyrus -SASL2(发信认证) + Courier -IMAP(提供POP3/IMAP服务) + MailDrop(MDA 邮件投递代理) + amavisd-new(内容过滤) + Spamassassin(反垃圾邮件) + Clamav(杀毒) + Extman (后台用户管理) + ExtMail( 一个高效率的webmail) 根据: 冯勇 fengyongchuang # yahoo.com.cn (≠&键盘人生$:71633908) http://www.yiyou.or...

by beyondbobo - 服务器应用 - 2007-07-09 09:24:43 阅读(2665) 回复(1)