From: Dax Huiberts Date: 2007-05-05T00:59:35+09:00 Subject: Re: address family for hostname not supported Gordon Thiesfeld wrote: > You need to specify ssh in the %systemroot%\system32\drivers\etc > \services file. > > Open it, and add a line like this: > > ssh 22/tcp #SSH > > > Gordon Cool! That solved one problem, now it wanted to create a file in my %home_dir%/.ssh directory which didn't exists and quit. Manually creating that directory and adding the ssh line to my services file makes net-ssh1.1.0 work with windows. Apparently net-ssh1.1.0 isn't really geared towards windows usage I suppose. Thanks for all the help, I now know why it didn't work and how to solve it. -- Posted via http://www.ruby-forum.com/.