remote의 /etc/ssh_config대신 /usr_id/.ssh/config를 참조하도록 하는 방법?

hanpedro의 이미지

remote의 /etc/ssh_config대신 /usr_id/.ssh/config를 참조하도록 하는 방법?

local의 ~/.ssh/config를 아래와 같이 작성했습니다.

host remote_server
hostname remote_server1
user user
identityfile /home/Administrator/.ssh/id_rsa_user_test.pub
compression yes
protocol 2

결과는 아래 링크한 그림과 같습니다.
http://img256.imageshack.us/img256/6449/20091119sshconfigproble.png

remote의 /usr_id/.ssh/config을 참조하게 할려면 어떻게해야 하나요?