简体   繁体   中英

What is the xampp localhost password to connect with putty?

I need to learn Linux shell commands ,so i tried to connect to my local host Xampp server via Putty. I have installed a free ssh from this link: http://www.freesshd.com/?ctt=download

I could connect by Putty to this IP / port : 127.0.0.1:22 . But it needs a Username & Password . I have no idea about that username and password? does any body know where can i set or find that?

Putty is a Telnet and SSH client. You need to run a SSH or Telnet service for Putty to connect to.

For example, an SSH service setup on localhost. Then, you create a user account for the SSH service and that's what you type into Putty.

A better way to learn Linux is to install virtualization software like Oracle's free VirtualBox on your Windows installation. Then, you will be able to run both Windows and Linux at the same time on the same machine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM