View Single Post
  #7   (View Single Post)  
Old 7th January 2009
KlaymenDK KlaymenDK is offline
New User
 
Join Date: Jan 2009
Posts: 8
Default

Just a hunch, but you may need to add your login name to /etc/ssh/sshd_config:
Code:
AllowUsers me you
#allows clients to log in only as the local users me or you
That is, if you still have the "Connection refused" problem. That's what I needed to do, at least (on FreeBSD 6).
__________________
KlaymenDK
-- 010\001\111 --
Reply With Quote