You are here

freeSSHd

9 posts / 0 new
Last post
Parmenion
Offline
Last seen: 9 years 9 months ago
Joined: 2008-05-06 16:07
freeSSHd

Hi,

I've not yet found a request for a freeSSHd implementation. Maybe some with more knownledge then I have could do it.

License: freeware?

Homepage: freeSSHd

quote from the homepage: freeSSHd, like it's name says, is a free implementation of an SSH server. It provides strong encryption and authentication over insecure networks like Internet. Users can open remote console or even access their remote files thanks to buit-in SFTP server.

Thanks

Parmenion

sergentsiler
sergentsiler's picture
Offline
Last seen: 1 year 8 months ago
Joined: 2007-02-28 11:37
well...

since you are unsure if it is freeware or not i must say this, we dont do freeware. we also have like 3 different SSH Clients. one here, and i am not sure but there may be more somewhere else on the site.

Zoop

Parmenion
Offline
Last seen: 9 years 9 months ago
Joined: 2008-05-06 16:07
Hi sergentsiler, the

Hi sergentsiler,

the freeSSHd is for free, but I did not find any license statement on the Homepage.

I know putty portable very well but freesshd is no client. It is a ssh and sftp server.

Bye

BrianAll
Offline
Last seen: 6 years 5 months ago
Joined: 2008-02-13 13:44
OpenSSH

This is freeware, but I could do OpenSHH which is OSS, for you.
Take a look at it.

Jimbo
Offline
Last seen: 4 years 10 months ago
Joined: 2007-12-17 05:43
Has OpenSSH been ported

to windows, outside of a Cygwin environment?

BrianAll
Offline
Last seen: 6 years 5 months ago
Joined: 2008-02-13 13:44
ooops... it hasn't

silly me Blum ...try CopSSH, it's openSSH with cygwin for windows included, with a BSD/MIT license.

Parmenion
Offline
Last seen: 9 years 9 months ago
Joined: 2008-05-06 16:07
It's looking good

Hi b23,

I've never heard about it. It's looking good for me. But it's still needs to be installed.

Thanks,

Parmenion

Filip Hasa
Offline
Last seen: 7 years 2 months ago
Joined: 2008-01-22 04:52
here is code for portableapps

AutoCloseWindow true

Section "freeSSHd"
HideWindow
ExecWait '"FreeSSHDService.exe" /RegServer'
ExecWait "FreeSSHDService.exe"
ExecWait '"FreeSSHDService.exe" /UnregServer'

SectionEnd

OutFile "FreeSSHDServicePortable.exe"

; FreeSSHDService.exe /Service - install service
; FreeSSHDService.exe /KeyGen - Generates the keys

/*
sorry i don't have time to create tests for next two switches

*/

-------------------------------------

you can edit your config file in this file:

SSHPublickeyPath=\PortableApps\Network\freeSSHd\
RSAKeyPath=\PortableApps\Network\freeSSHd\RSAKey.cfg
DSAKeyPath=\PortableApps\Network\freeSSHd\DSAKey.cfg

it works

------------------------------------------

ok, here is binary

http://www.postemoderne.net/hasaf/freesshd/FreeSSHDServicePortable.exe

download to %PROGRAMFILES%\freeshhd and copy this directory to your USB

hope you will like

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 11 years 5 days ago
Developer
Joined: 2006-12-14 17:24
you could also try

you could also try SSHWindows, which is a windows compile of OpenSSH.
http://sshwindows.sourceforge.net/

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

Log in or register to post comments