RE: usingh ssh

2005-02-28 Thread Jarrod - Cybertek
On the remote system, set in the /etc/rc.conf file the line
sshd_enable=YES

Does that work? 


Jarrod Meyer | Technical | C Y B E R T E K
Tel: 031-2075287  Fax: 031-2082210
E-mail: [EMAIL PROTECTED] 
Website: www.cybertek.co.za
 
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Bhaban Singh
 Sent: Tuesday, March 01, 2005 9:32 AM
 To: [EMAIL PROTECTED]
 Subject: usingh ssh
 
 i try to connect freebsd system from another freebsd system by using
 ssh command. but the connect refuse in port 22. i try using port 21
 but it also fail.
 
 please suggest me how to connect to another freebsd system
 
 i have install freebsd 5.3 (kernel development, port collection) and i
 also compile my kernel.
 
 thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usingh ssh

2005-02-28 Thread pete wright
your best bet is to check the Handbook for all configuration issues
relating to Freebsd.  it's free and online, not a bad deal eh?  check
this out:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/openssh.html

sshd is prolly not running on the target system, enable it in
/etc/rc.conf, reboot and you should be all set.


-p

On Tue, 1 Mar 2005 16:31:58 +0900, Bhaban Singh [EMAIL PROTECTED] wrote:
 i try to connect freebsd system from another freebsd system by using
 ssh command. but the connect refuse in port 22. i try using port 21
 but it also fail.
 
 please suggest me how to connect to another freebsd system
 
 i have install freebsd 5.3 (kernel development, port collection) and i
 also compile my kernel.
 
 thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usingh ssh

2005-02-28 Thread Stevan Tiefert


On Tue, 1 Mar 2005, Bhaban Singh wrote:

 i try to connect freebsd system from another freebsd system by using
 ssh command. but the connect refuse in port 22. i try using port 21
 but it also fail.

 please suggest me how to connect to another freebsd system

 i have install freebsd 5.3 (kernel development, port collection) and i
 also compile my kernel.

 thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Hello Bhaban!

Did you switched

sshd_enable=YES

in your /etc/rc.conf on the workstation?

With regards
Stevan Tiefert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]