“Windows SSH-COPY-ID” Respostas de código

SSH-COPY-ID Windows10

type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Victorious Vulture

SSH-COPY-ID

ssh -i ~/.ssh/mykey user@host
Hungry Heron

Windows SSH-COPY-ID

type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Blue-eyed Butterfly

Respostas semelhantes a “Windows SSH-COPY-ID”

Perguntas semelhantes a “Windows SSH-COPY-ID”

Procure respostas de código populares por idioma

Procurar outros idiomas de código