SSH 


PuTTY (4) SSH


Step 1: Check your Linux server IP address

172.18.15.25 


PuTTY (4) SSH


Step 2: Just type “22” for port

Step 3: Select “SSH” for connection type.

Step 4: Just type “172.18.15.25” whatever name you like.

Step 5: Click “Save” button to save your configuration.

Step 6: Click “Open button.

 

Note: Install SSH server in your Linux 16.04 server.

$ sudo apt-get update

$ sudo apt-get install openssh-server


PuTTY (4) SSH


You will see following interface. 


PuTTY (4) SSH


Login as:    <Linux server login username>

Password:  <Linux server login password>


PuTTY (4) SSH


相关文章:

  • 2021-10-02
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-01-09
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-01-03
相关资源
相似解决方案