ablog

不器用で落着きのない技術者のメモ

OS X からさくらインターネットのサーバに ssh の RSA 認証でログインできるようにする

  • OS Xで鍵を作成する。
$ ssh-keygen -t rsa
...
Enter file in which to save the key (...):<ENTER> 
Enter passphrase (empty for no passphrase):<ENTER> 
Enter same passphrase again: <ENTER>
  • 公開鍵をさくらサーバにコピーする。
$ scp ~/.ssh/id_rsa.pub hoge@hogehoge.jp:~/.ssh/id_rsa_hoge.pub
$ ssh hoge@hogehoge.jp
$ cat ~/.ssh/id_rsa_hoge.pub >> ~/.ssh/authorized_keys
  • ログインしてみる。
$ ssh hoge@hogehoge.jp
Last login: Tue Apr  7 14:57:16 2009 from p2007-ipbf7008m
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
	The Regents of the University of California.  All rights reserved.

FreeBSD 6.1-RELEASE-p24 (SAKURA9S) #0: Mon Aug 18 17:50:40 JST 2008

Welcome to FreeBSD!