- 論壇徽章:
- 1
|
- SZX1000041610:~ # sftp root@10.179.109.47
- Connecting to 10.179.109.47...
- Password:
- sftp> bye
- SZX1000041610:~ # su - seec82
- SZX1000041610 /home/seec82> sftp root@10.179.109.47
- Connecting to 10.179.109.47...
- Password:
- sftp> bye
- SZX1000041610 /home/seec82> exit
- logout
- SZX1000041610:~ # su - uoa
- SZX1000041610 /home/uoa> sftp -v root@10.179.109.47
- Connecting to 10.179.109.47...
- OpenSSH_5.1p1, OpenSSL 0.9.8j-fips 07 Jan 2009
- debug1: Reading configuration data /etc/ssh/ssh_config
- debug1: Applying options for *
- cannot read from H\203\354\030\276\001, Permission denied
- Couldn't read packet: Connection reset by peer
復(fù)制代碼 如上,在某臺linux操作系統(tǒng)上使用sftp連接到10.179.109.47,root和seec82這兩個用戶是可以的,但uoa用戶卻不可以,經(jīng)驗證再創(chuàng)建其它用戶也無法登錄10.179.109.47。
在其它linux操作系統(tǒng)上使用uoa用戶都可以連到10.179.109.47,這應(yīng)該不是服務(wù)端的限制吧?是客戶端哪里做了限制呢? |
|