Hello everybody,
To those who read about the horrible mess I had put in my ssh part of FreeBSD, I paid for my sins and I reinstalled everything. Now I can log into my FreeNAS/FreeBSD computer and send commands from there to other computers. And the problems are back too. I am searching a tutorial on how to tune a Windows 7 (64 bits) system so that I can connect to it from a FreeBSD system. Because I can't even connect to the Windows computer. Suppose I want to transfer a file from the Windows computer (remote) to the freebsd server (server).
Why is that, not even a password prompt?
Gabier
To those who read about the horrible mess I had put in my ssh part of FreeBSD, I paid for my sins and I reinstalled everything. Now I can log into my FreeNAS/FreeBSD computer and send commands from there to other computers. And the problems are back too. I am searching a tutorial on how to tune a Windows 7 (64 bits) system so that I can connect to it from a FreeBSD system. Because I can't even connect to the Windows computer. Suppose I want to transfer a file from the Windows computer (remote) to the freebsd server (server).
Code:
$ ssh user@server
user@server.local's password :
last login ...
Welcome to server
$ scp User@remoteIP:path1/file1 ~/path2/
ssh : connect to host remoteIP port 22 : Connection refused
Why is that, not even a password prompt?
