简体   繁体   English

什么是与putty连接的xampp localhost密码?

[英]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. 我需要学习Linux shell命令,所以我试图通过Putty连接到我的本地主机Xampp服务器。 I have installed a free ssh from this link: http://www.freesshd.com/?ctt=download 我已从此链接安装了免费的ssh: http ://www.freesshd.com/?ctt = download

I could connect by Putty to this IP / port : 127.0.0.1:22 . 我可以通过Putty连接到这个IP /端口: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. Putty是Telnet和SSH客户端。 You need to run a SSH or Telnet service for Putty to connect to. 您需要为Putty运行SSH或Telnet服务才能连接。

For example, an SSH service setup on localhost. 例如,localhost上的SSH服务设置。 Then, you create a user account for the SSH service and that's what you type into Putty. 然后,您为SSH服务创建一个用户帐户,这就是您在Putty中键入的内容。

A better way to learn Linux is to install virtualization software like Oracle's free VirtualBox on your Windows installation. 学习Linux的更好方法是在Windows安装上安装Oracle免费VirtualBox等虚拟化软件。 Then, you will be able to run both Windows and Linux at the same time on the same machine. 然后,您将能够在同一台计算机上同时运行Windows和Linux。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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