|
عنوان: Password Authentication in ssh Server ارسال شده توسط: SAEJ در 09 آذر 1387,ساعت 10:37:43 Before configuration, it's neccessary to set config on router that tcp packets to port 22 of the server can pass through. Configure SSH server for Windows clietnts' computer to be able to login from them. This is the way with Password Authentication. کد: [root@ns ~]#vi /etc/ssh/sshd_config PermitRootLogin no // line 42: make valid and change 'no' PermitEmptyPasswords no // line 62: make valid PasswordAuthentication yes [root@ns ~]#/etc/rc.d/init.d/sshd restart Get an apprication which you can login from Windows clients. I show an example with using Putty on this site like below. Input your server's IP address and Click 'Open' button. ( Following example shows IP address 192.168.0.17, but this is the one in my environment, so please input IP address which you set on your own environment. )
Powered by SMF 1.1.11 |
SMF © 2006, Simple Machines LLC
| Developed by Aftab Javid Pars
| Hosted by Dibagroup
|