Void
Jun 21 2004, 09:22 PM
Im looking for a compact SSH daemon operating in windows. Im tired of using insecure ftp and netcat in windows. So does anyone know a good package offhand that preferably doesnt need to be installed (stand-alone exe), and supports SSH and SCP for my shell and file transfers. Also, any good tuts available for tunneling different protocols through SSH? Thanks.
illwill
Jun 21 2004, 10:57 PM
winscp3 for file transfers and putty for ssh shell
Void
Jun 21 2004, 11:20 PM
Oh sorry, maybe I wasnt 100% clear. I need a server for it, already got the windows clients to connect to it. Im going to be setting it up as a service on a remote machine, thats why stand-alone would be ideal.
Appreciate it tho illwill
SCVirus
Jun 22 2004, 01:00 AM
get cygwin opensshd is included. Or try google hxxp://www.google.com/search?q=windows+ssh+server&sourceid=firefox&start=0&start=0&ie=utf-8&oe=utf-8
predx
Jun 22 2004, 01:44 PM
ssh.com has clients and servers
__m.3__
Jun 22 2004, 03:03 PM
Well, I'm not sure if I understood you correctly, but winsshd could be useful for your puroposes.
h**p://www.bitvise.com/winsshd.html
forza
Jun 23 2004, 08:41 PM
I use OpenSSH for windows.
A minimal cygwin installation.
hxxp://sshwindows.sourceforge.net/
Check it out
Metathron
Jun 27 2004, 07:35 AM
OpenSSH on Windows works fine but
now i have a problem :
in the readme file ... :
4. Use mkpasswd to add authorized users into the passwd file. For local users, use the "-l" switch. For domain users, use the "-d" switch.
For both domain and local, it is best to run the command twice (remember to use >>, not >). If you use both, make sure to edit the file to remove any duplicate entires.
mkpasswd -l [-u <username>] >> ..\etc\passwd (local users)
----------------
but where can i define the password ?
because when i start the openSSH server then ... and use ssh.exe
ssh.exe -l administrator 192.168.2.101
he asked me for a password ... and i cant leave it blank
Permission Denied ...
so can anybody say me where i can define the password pls ?
Metathron
manu
Jun 27 2004, 09:10 AM
Look at the ads by google, top-right.. You will get answers there.
Manu
Void
Jun 27 2004, 05:28 PM
| QUOTE (Metathron @ Jun 27 2004, 07:35 AM) |
OpenSSH on Windows works fine but
now i have a problem :
in the readme file ... :
4. Use mkpasswd to add authorized users into the passwd file. For local users, use the "-l" switch. For domain users, use the "-d" switch. For both domain and local, it is best to run the command twice (remember to use >>, not >). If you use both, make sure to edit the file to remove any duplicate entires.
mkpasswd -l [-u <username>] >> ..\etc\passwd (local users)
---------------- but where can i define the password ?
because when i start the openSSH server then ... and use ssh.exe ssh.exe -l administrator 192.168.2.101
he asked me for a password ... and i cant leave it blank
Permission Denied ...
so can anybody say me where i can define the password pls ?
Metathron |
The users its adding is your windows users. So if you ran the command:
mkpasswd -l >> ..\etc\passwd
then it will add all your windows users to ssh. So to login just use a login and a password from your windows account.
strohunter
Jun 27 2004, 07:56 PM
i found this:
| QUOTE |
This is a console installer of the last portable openssh stable source (3.8.1p1) compiled with cygwin using -O3 gcc flag. just put the file in the directory where you want to install openssh and run it. You have nothing to do, so it could be installed through an existing remote shell. |
Metathron
Jun 27 2004, 08:09 PM
your exe file shows only a banner

of the webhoster
strohunter
Jun 27 2004, 08:54 PM
| QUOTE (Metathron @ Jun 27 2004, 08:09 PM) |
your exe file shows only a banner of the webhoster |
it's not "my" exe file, however this is a classic antileech system used by webhoster, just copy/paste the exe's url in the webhost banner windows.
Metathron
Jun 28 2004, 12:50 PM
grml
it works but
i cant get the pass of my ******* SSH ....
i created a new account on my system because my administrator account hasnt a password
but it dont work
always the wrong password

why it must be a user of the system ??
why OSSH cant work alone ... that im creating accounts which has not any function with the windows accounts
why it cant work how as example FTPs Programms
strohunter
Jun 28 2004, 01:17 PM
because the purpose of ssh, is to remotely log in the machine
did you create the new account before or after installing ?
in that case open a shell, chdir the bin subdirectory of the openssh directory, and type:
mkgroup -l >>../etc/group
mkpasswd -l >>../etc/passwd
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.