As an engineer, you might come across some task that need to run commands on remote machine. This post will show you how to use plink to run command on remote machine. PuTTY Link (Plink), a command-line utility for secure remote access. You can find the software here. If you have installed full version of… Continue reading Run commands on remote server using plink
Tag: ssh
Paloalto firewall ssh authentication with public key
It’s common that administrator login to ssh server with key to avoid typing password all day. This post demonstrates how to config Paloalto firewall to use ssh key authentication. 01. Go to Device>Administrators, select the user name you want to add ssh key authentication. 02. Check “Use Public Key Authentication(SSH)” 03. Import your ssh public… Continue reading Paloalto firewall ssh authentication with public key