
hi.. i use linux... i want to remotely login into another linux system using java and then execute commands over that system.....how can i do this using java..password of host is known to us for exmple in shell we use "ssh username@ipaddress" to login to a host...how can i login using java?? Thanx in advance