|
About:
Portable OpenSSH is a Unix/Linux port of OpenBSD's
excellent OpenSSH, a full implementation of the SSH1
and SSH2 protocols. It includes sftp client and server
support.
Author:
Damien Miller [contact developer]
Homepage:
http://www.openssh.com/
Tar/GZ:
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
Changelog:
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ChangeLog
RPM package:
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/
CVS tree (cvsweb):
http://cvsweb.mindrot.org/index.cgi/openssh/
Bug tracker:
http://bugzilla.mindrot.org/
Mailing list archive:
http://marc.theaimsgroup.com/?l=openssh-unix-dev&r=1&w=2
Mirror site:
http://www.openssh.com/portable.html
Trove categories:
[change]
Dependencies:
[change]
OpenSSL (required)
zlib (required)
[download links]
|
|
» Rating:
8.74/10.00
(Rank 88)
» Vitality: 1.46% (Rank 331)
» Popularity: 23.03% (Rank 38)

(click to enlarge graphs)
Record hits: 110,506
URL hits: 102,746
Subscribers: 936
|
|
Branches
Articles referencing this project
- Red Hat: Updated openssh packages fix two security issues
by Patrick Lenz
,
in Security
Sun, Nov 18th 2007 13:15
- Red Hat: Updated openssh packages that fix a security issue
by Patrick Lenz
,
in Security
Sun, Nov 11th 2007 00:57
- Red Hat: Updated openssh packages fix a security issue
by Patrick Lenz
,
in Security
Mon, May 7th 2007 07:56
- Debian: New openssh packages fix denial of service
by Patrick Lenz
,
in Security
Sun, Nov 19th 2006 06:05
- Red Hat: Updated openssh packages fix an authentication flaw
by Patrick Lenz
,
in Security
Sun, Nov 19th 2006 06:03
|
|
Comments
[»]
Security Blanket
by Plutoid - Jun 25th 2003 14:55:59
This is one of the most important apps on my machine. I don't know why
everyone doesn't use it. I fear telnet....
Regards,
jake@plutoid.com http://www.plutoid.com
[reply]
[top]
[»]
file format of DSA keys
by Oren Tirosh - May 11th 2000 15:06:10
OpenSSH uses PEM format for DSA key files which is incompatible with the
SSH2 key file format. So far I couldn't get OpenSSH to authenticate with
a DSA key to an ssh2 server because of this. I can't put the public key
generated with OpenSSH on the ssh2 server and I can't get OpenSSH to use a
private key generated with ssh-keygen2.
[reply]
[top]
[»]
Re: file format of DSA keys
by Chuck Moss - Feb 28th 2001 09:52:31
> OpenSSH uses PEM format for DSA key
> files which is incompatible with the
> SSH2 key file format. So far I couldn't
> get OpenSSH to authenticate with a DSA
> key to an ssh2 server because of this.
> I can't put the public key generated
> with OpenSSH on the ssh2 server and I
> can't get OpenSSH to use a private key
> generated with ssh-keygen2.
>
From my notes here is how I was able to do it:
On the client
1. upgrade the openssh to 2.2.x+
2. ssh-keygen -d -f $HOME/.ssh/id_dsa
3. cd $HOME/.ssh
4. ssh-keygen -x -f $HOME/.ssh/id_dsa > ssh2.pub
On fsecure server
5. copy ssh2.pub to $HOME/.ssh2/ssh2.pub
6. echo "Key ssh2.pub" > authorization
[reply]
[top]
[»]
Re: file format of DSA keys
by Dennis Krøger - Dec 6th 2001 07:33:11
Hmmm... Looking at the manpage, neither -d or -x exists...
[reply]
[top]
[»]
Re: file format of DSA keys
by Dennis Krøger - Dec 6th 2001 07:41:39
> Hmmm... Looking at the manpage, neither
> -d or -x exists...
>
>
Hmmm.... But they still work...
[reply]
[top]
|