当前位置:网站首页>Cygwin installation

Cygwin installation

2022-07-05 07:33:00 2020 Java interview

/ install Cygwin*******************************************/
Cygwin Is used for Window The simulation inside Unix System
stay http://www.cygwin.com/ Download the latest installer

Specify the installation file directory ->D:/programfiles/Cygwin
Specify the download file directory ->D:/programfiles/Cygwin/CygwinDownloadFiles( Pay attention when downloading files : You need to check SSH The default is not to install , You can search SSH And select )

// Integrate Cygwin and Windows Safety certification of
After installed , perform :
cd / Return to the program installation root directory
cd bin Get into D:/programfiles/Cygwin/bin Catalog
function :cyglsa-config Input yes
restart Windows

// To configure SSH
ssh-host-config
All the way yes Come down
encounter Query: Enter the value of CYGWIN for the daemon: [] Fill in tty
When you enter the service name, keep it as default

// establish Windows Account
If you have created windows There is no need to create an account , If it is necessary to formulate a user account number , You can set a new account number , This will establish Window Account No

// To validate the SSH Sign in
ssh [email protected]
Input password :ice

// To configure SSH The key enables it to log in directly
ssh-keygen -t rsa

Just be sure all the time
ssh-copy-id [email protected]

// Verify login
ssh [email protected]

原网站

版权声明
本文为[2020 Java interview]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202140554241884.html