Ubuntu12.04 VPSサーバ構築手順:SSHサーバ(openssh-server)インストール

既に入ってるっぽい。

なので今回はファイアウォールで関連ポートを空けるだけでOK。

MacからのSSH接続

これは非常にシンプル。ssh (サーバドメイン名)で行ける。(例: example.jpの場合)

$ ssh example.jp
The authenticity of host 'example.jp (xxx.xxx.xxx.xxx)' can't be established.
RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)? yes 【←yesを入力】
Warning: Permanently added 'example.jp,xxx.xxx.xxx.xxx' (RSA) to the list of known hosts.
exampleuser@example.jp's password: 
Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-31-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

Last login: Mon Sep 24 18:47:15 2012 from xxxxxxxxxxxxxxxxxxxxxxxxxxx
$