---
title: SSHの公開鍵をsshコマンドでサーバー上のauthorized_keysに追加
tags: []
categories: ["Dev", "OS", "Linux"]
date: 2013-03-13T14:08:02Z
updated: 2013-03-13T14:08:02Z
---

メモ

    cat .ssh/id_rsa.pub | ssh user@host 'cat - >> .ssh/authorized_keys'
