This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:general:putty [2017/11/15 17:29] – lunetikk | linux:general:putty [2019/12/10 17:11] (current) – lunetikk | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| ==== Plink ==== | ==== Plink ==== | ||
| - | You can use Plink (which is part of the PuTTY bundle) to connect | + | Plink is PuTTY without GUI. You can use Plink (which is part of the PuTTY bundle) to connect |
| <code powershell plinx-example.ps1> | <code powershell plinx-example.ps1> | ||
| $ips = Get-Content -path " | $ips = Get-Content -path " | ||
| Line 66: | Line 66: | ||
| | | ||
| </ | </ | ||
| + | |||
| + | <code bash command.txt> | ||
| + | hostname | ||
| + | uptime | ||
| + | </ | ||
| + | |||
| + | <code text ips.txt> | ||
| + | 10.0.0.10 | ||
| + | 10.0.0.15 | ||
| + | 10.0.0.16 | ||
| + | </ | ||
| + | |||
| + | ==== Hotkeys ==== | ||
| + | |||
| + | ^ Command | ||
| + | | CTRL + l | clears text on screen | ||
| + | | CTRL + w | removes word before cursor | ||
| + | | ALT + d | removes word after cursor | ||
| + | | CTRL + d | logout current user |\\ | ||
| + | | CTRL + c | cancel running tasks |\\ | ||
| + | |||
| \\ | \\ | ||
| \\ | \\ | ||
| - | ~~DISCUSSION~~ | + | ~~DISCUSSION:closed~~ |