Hi Michael!
I have a problem that I wonder

. I installed and configured OpenSSH to can remote connect to other nodes through ssh without prompt authentication. But have a problem that I wonder when I ssh from local host to remote host with command, I can't see information about localhost at remote host. I'll illustrate what i said:
- At oltpn4c ( 10.0.91.62):
sysopr1@oltpn4c:/home/sysopr1>date
Tue Jun 19 09:52:34 GMT+07:00 2012
sysopr1@oltpn4c:/home/sysopr1>ssh icapp2 ls -al
total 624696
drwxr-xr-x 9 sysopr1 staff 4096 Jun 18 13:39 .
drwxr-xr-x 9 bin bin 256 Jun 29 2011 ..
-rw-r--r-- 1 sysopr1 staff 11 Sep 21 2009 .mh_profile
-rw-r--r-- 1 sysopr1 staff 557 Jun 18 16:03 .profile
-rw-r--r-- 1 sysopr1 staff 16 May 12 2010 .rhosts
-rw------- 1 sysopr1 staff 10080 Jun 19 09:25 .sh_history
drwxr-xr-x 2 sysopr1 staff 256 Jun 18 10:47 .ssh
-rw------- 1 sysopr1 staff 524 Jun 18 16:58 .vi_history
- At icapp2( 10.0.91.82):
<icapp2:/home/sysopr1>date
Tue Jun 19 09:53:52 THAIST 2012
<icapp2:/home/sysopr1>last|pg
sysopr1 pts/3 10.0.95.26 Jun 19 09:53 still logged in
sysopr2 pts/4 10.0.84.59 Jun 19 09:37 still logged in
sysopr2 pts/4 10.0.84.59 Jun 19 09:36 - 09:37 (00:00)
sysopr2 pts/3 10.0.84.59 Jun 19 09:29 - 09:36 (00:07)
sysopr1 pts/1 10.0.95.9 Jun 19 09:25 still logged in
sysopr2 pts/2 10.0.96.189 Jun 19 09:04 still logged in
* Question1: Don't see log about ipaddress oltpn4c? Why? How to see it?
But it'll appear when I just do ssh icapp2.
-At oltpn4c:
sysopr1@oltpn4c:/home/sysopr1>ssh icapp2
- At icapp2:
<icapp2:/home/sysopr1>last|pg
sysopr1 pts/5 10.0.91.62 Jun 19 09:57 still logged in
* Question 2: What is the different between ssh icapp2 with ssh icapp2 ls -al ( or other command) command?