{"id":6396,"date":"2022-02-03T10:35:45","date_gmt":"2022-02-03T16:35:45","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=6396"},"modified":"2022-02-03T10:35:45","modified_gmt":"2022-02-03T16:35:45","slug":"ssh-copiar-llave-a-servidor-remoto","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=6396","title":{"rendered":"SSH: copiar llave a servidor remoto"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Verificamos que tengamos la llave<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-add -L<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Si nos responde<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>The agent has no identities.<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Le pasamos la llave a la shell<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-agent $SHELL<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Agregamos la llave<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-add<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Resultado<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Identity added: \/root\/.ssh\/id_rsa (\/root\/.ssh\/id_rsa)<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Se la pasamos al servidor<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-copy-id -i -p 44 root@taiga.siua.ac.cr<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>verificamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh -p '44' 'root@taiga.siua.ac.cr'<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Verificamos que tengamos la llave Si nos responde Le pasamos la llave a la shell Agregamos la llave Resultado Se la pasamos al servidor verificamos<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[133],"tags":[366,367,55],"class_list":["post-6396","post","type-post","status-publish","format-standard","hentry","category-openssh","tag-llaves","tag-servidor-remoto","tag-ssh"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/6396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6396"}],"version-history":[{"count":1,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/6396\/revisions"}],"predecessor-version":[{"id":6397,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/6396\/revisions\/6397"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}