Skip to content

sengc92/Alibaba_ECS_config_guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Alibaba ECS Configuration

Cloud servers uses LINUX server system for best performance. It does not have a GUI for easy usage and requires command line to browse and modify files. One of the most common procedure is to connect to the cloud instance using SSH connection, it requires key pairing for security purpose, since every IPs by default are allowed to connect to the instance. Although we can use the web console, it is slow and non-responsive compare to client app.

  1. Create an ECS instance

p1

2. Create key paring to the instance ![]('https://i.ibb.co/s1QVKHf/Screenshot-2020-12-13-at-8-01-21-AM.png')

p1

3. Check for connection TCP22 allowed ![]('https://i.ibb.co/D1K2GLn/Screenshot-2020-12-13-at-8-02-16-AM.png')

p1

4. chmod 400 Key.pem
  1. Connect using ssh -i Key.pem [email protected]

p1

About

Alibaba ECS SSH setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published