XREAの公開鍵設定

2年ぶりの更新です。
パスワードうつのがめんどくさくなったので、公開鍵を設定しました。

#ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/*****/.ssh/id_rsa): [ENTER]
Enter passphrase (empty for no passphrase): [PASS]
Enter same passphrase again: [PASS]
Your identification has been saved in /Users/*****/.ssh/id_rsa.
Your public key has been saved in /Users/*****/.ssh/id_rsa.pub.

生成された id_rsa.pub を XREA のホームディレクトリに 移してパーミンションを変更。
下記のような感じです。

chmod 600 .ssh/authorized_keys