Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:files:software:tools:putty-hidden [2021/06/07 11:33]
avsetula
en:files:software:tools:putty-hidden [2023/12/18 15:20] (current)
avsetula
Line 1: Line 1:
-====== ​Communication ​via SSH using PuTTY ======+====== ​Connect ​via SSH using PuTTY ======
 <WRAP center round box> <WRAP center round box>
-For using **SSH** you need to know the target ​PLC's IP address. To detect the address you can follow this guide: [[en:​files:​software:​tools:​advanced-ip-scan-hidden|]].+For using **SSH** you need to know the target ​controller's IP address. To detect the address you can follow this guide: [[en:​files:​software:​tools:​advanced-ip-scan-hidden|]].
  
-To connect to the PLC we will use the **PuTTY**. You can use other SSH applications as well, but PuTTY is the most suitable for Windows OS. The program can be downloaded in the [[en:​files:​software:​tools:​00-start#​putty|Useful tools]].+To connect to the controller ​we will use the **PuTTY**. You can use other SSH applications as well, but PuTTY is the most suitable for Windows OS. The program can be downloaded in the [[en:​files:​software:​tools:​00-start#​putty|Useful tools]].
 </​WRAP>​ </​WRAP>​
  
-/* FIXME - přeložit 
 <WRAP center round important 90%> <WRAP center round important 90%>
-Před připojením k jednotce je nutné ​SSH nejprve povolit.+You must enable ​SSH before connecting to the controller.
 </​WRAP>​ </​WRAP>​
  
 <WRAP center round alert 90%> <WRAP center round alert 90%>
-Po ukončení práce na jednotce je nutné ​**zakázat ​SSH přístup**, nebo [[#zabezpeceni_os_ssh|přenastavit uživatelské heslo]]!+Upon finishing the configuration you need to **disable the SSH access** or [[#securing_the_os_ssh|change the user password]]!
 </​WRAP>​ </​WRAP>​
-*/  
  
 Install the downloaded PuTTY following the installer'​s instructions. After that, launch the program through **putty.exe** (its default location is ''​C:/​Program Files/​PuTTY''​). ​ Install the downloaded PuTTY following the installer'​s instructions. After that, launch the program through **putty.exe** (its default location is ''​C:/​Program Files/​PuTTY''​). ​
Line 20: Line 18:
 <WRAP half column> <WRAP half column>
  
-/* FIXME - přeložit +<​html><​span class="​kbBlueText">​After launch, the following window will appear:</​span></​html>​
-<​html><​span class="​kbBlueText">​Po spuštění se zobrazí následující okno:</​span></​html>​ +
-*/+
  
 Enter the IP address into the **Host Name** tab and check if the **Connection type** is set to the controller'​s **SSH**. Then click on **Open**. A security dialogue window will appear for the first time. Click on "​Yes"​ to display the SSH terminal'​s command line.  Enter the IP address into the **Host Name** tab and check if the **Connection type** is set to the controller'​s **SSH**. Then click on **Open**. A security dialogue window will appear for the first time. Click on "​Yes"​ to display the SSH terminal'​s command line. 
Line 48: Line 44:
 {{ :​en:​sw:​03-3rd-party:​nodered:​screenshot_135.png?​600 |}} {{ :​en:​sw:​03-3rd-party:​nodered:​screenshot_135.png?​600 |}}
  
-<WRAP center round important 90%> +/Zabezpečení OS (SSH*/ 
- +{{page>en:​automation:​securing-os-ssh-hidden}}
-Upon finishing the configuration you need to **disable the SSH access** or **change the user password**! +
-</WRAP> +
- +
-<html><div class="​directTag"​ id="os-pass-change"></​div></​html>​ +
-<​html><​span class="​kbBlueText">​Changing the SSH access password:</​span></​html>​ +
- +
-User password can be changed using the **passwd** command.  +
- +
-<​code>​ +
-unipi@S103-sn16:​~$ passwd +
-</​code>​ +
-After entering the **passwd** command a prompt for entering ''​current password''​ will appear. The next step is to enter the ''​new password''​ and then re-enter it for confirmation.+
  
-<​code>​ 
-Changing password for unipi. 
-Current password: 
-New password: ​ 
-Retype new password: 
-passwd: password updated successfully 
-</​code>​