Open cygwin by putty
2017-09-07
by kyshel
Edit
- Install Cygwin with OpenSSH and VIM
- RIGHT MOUSE ON “Cygwin terminal” AND “RUN AS ADMINISTRATOR”
$ ssh-host-config
, follow steps. In step of “set value for sshd Daemon”, type ntsec
- Open control panel, Create a new account with administrator rights, set a password for this new account
$ /bin/mkpasswd.exe -l -u [new_username] >> /etc/passwd
(for example /bin/mkpasswd.exe -l -u kyshel >> /etc/passwd
)
- Open Putty, type 127.0.0.1 in ip box, Open, type new added username and password
- Enjoy~