putty登錄遠(yuǎn)程linux系統(tǒng)

Some computer problems at work but I have solved it 6
How to use Putty connect to other linux system?
Require
Operation System: Windows 10
Download?
?https://www.chiark.greenend.org.uk/~sgtatham/putty/
Version
For most user, you need to click 64-bit version:
Install
Keeping default setting while you are running this msi file.?
Shopping
If you have already gotten a VPS server(like Bandwagon.com), then you need to be careful save these information to your local computer. Just copy the text to a new .txt file or somewhere, so you will not to remember it, also I recommand that do not change this hard look password to a easy remember password.
These text are mostly from your email inbox.
When you spent money to get a remote computer.
Host Name
xxx.xxx.x.xx
Port
xxxx
Password
xxxxxxxxxxx
Putty
click start-->search PuTTY --> open it?
you need to type two texts which you saved
Host Name
xxx.xxx.x.xx
Port
xxxx
OK
if it comes out a window, Accept this PuTTY remember your computer
Active
you need to type "root" in the opend black window.
Login as:
root
Then copy the password and RIGHT CLICK the black window.
They will NOT display on your screen for pertect your password.
passcode:
xxxxxxxx
Done
One more thing
Run this scripts to automaticly install something interesting:
bash <(curl -s -L https://git.io/v2ray.sh)
if get some errors?
curl: command not found
this is because your VPS is not intall Curl.
Try this in ubuntu/debian system:
apt-get update -y && apt-get install curl -y
Done
@短學(xué)堂