2025-04-11 22:46:53 +03:00
2025-04-11 22:46:53 +03:00

useful-commands

  • Copy ssh key to linux machine
type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Description
No description provided
Readme 24 KiB