Site Tools


linux:general:putty

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:general:putty [2017/11/15 17:26] lunetikklinux:general:putty [2018/12/20 17:40] – Discussion status changed lunetikk
Line 55: Line 55:
 ==== Plink ==== ==== Plink ====
  
-You can use Plink (which is part of the PuTTY bundle) to connect your Powershell via SSH to your Linux OS.\\ +Plink is PuTTY without GUI. You can use Plink (which is part of the PuTTY bundle) to connect to a Linuxsystem in Powershell via SSH.\\ 
-<code plinx-example.ps1>+<code powershell plinx-example.ps1>
 $ips = Get-Content -path "ips.txt"   $ips = Get-Content -path "ips.txt"  
  $password = "YOURPASSWORD"    $password = "YOURPASSWORD"  
Line 66: Line 66:
  }    }  
 </code> </code>
 +
 +<code bash command.txt>
 +hostname
 +uptime
 +</code>
 +
 +<code text ips.txt>
 +10.0.0.10
 +10.0.0.15
 +10.0.0.16
 +</code>
 +
 +==== Hotkeys ====
 +
 +^  Command  ^  Function  ^
 +|  CTRL + l  |  clears text on screen  |\\
 +|  CTRL + w  |  removes word before cursor  |\\
 +|  ALT + d  |  removes word after cursor  |\\
 +
  
 \\ \\
 \\ \\
-~~DISCUSSION~~+~~DISCUSSION:closed~~
linux/general/putty.txt · Last modified: 2019/12/10 17:11 by lunetikk