Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Jason W on May 17, 2009, 08:47:46 PM

Title: openssh
Post by: Jason W on May 17, 2009, 08:47:46 PM
Thanks to Kingdomcome for openssh:

Code: [Select]
Title: openssh.tce
Description: OpenSSH Server and Client   (TESTING)
Version: 5.2p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 592.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8h
Config files are located in /usr/local/etc/ssh/
Unique host keys will be created in /usr/local/etc/ssh/
Use backup or PPI to save configs and keys


This extension is PPI compatible
Change-log: ----
Current: 2009/05/15 First Version


Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client   (TESTING)
Version: 5.2p1
Author: Many  contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 684.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8h
Config files are located in /usr/local/etc/ssh/
Unique host keys will be created in /usr/local/etc/ssh/
Use backup or PPI to save configs and keys

Change-log: ----
Current: 2009/05/15 First Version

Title: Re: openssh
Post by: Kingdomcome on May 17, 2009, 09:09:47 PM
Note: I was unable to convince openssh to set the DISPLAY variable at login for X11 forwarding.  My current work around is to:
Code: [Select]
export DISPLAY=localhost:10.0before running any X apps through ssh.  If anybody has any suggestions or ideas about getting X11 forwarding working seemlessly, I'll be happy to try them and resubmit.
Title: Re: openssh
Post by: Jason W on September 03, 2009, 08:56:09 PM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.2p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 616.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8h.tczl
Config files are located at /usr/local/etc/ssh/
Host key files will need to be generated only
if you intend to run a server, see documentation
on ssh-keygen for the process.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
Current: 2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install

Title: Re: openssh
Post by: bigpcman on September 03, 2009, 10:09:15 PM
What are the benefits of openssh over dropbear? It looks like x11 support but I thought dropbear added x11 support awhile ago.
Title: Re: openssh
Post by: roberts on September 03, 2009, 10:39:02 PM
If need sftp and/or sftp-server.
Title: Re: openssh
Post by: alu on September 04, 2009, 03:20:49 AM
openssh gives you a vpn service (if you are not forced, like i am, to use a cisco derivate client)
Title: Re: openssh
Post by: Kingdomcome on September 04, 2009, 01:33:34 PM
My understanding of the dropbear documentation is that only the dropbear server (x11 client) can handle x11 forwarding.  the dropbear client (on the computer with the X server wanting to be used) is not capable of x11 forwarding.  When I first compiled openssh on TC, I made a few attempts to use x11 forwarding with openssh on my laptop and dropbear on my server.  Those attempts were not successful, so I just put openssh on both ends and all is well. Personally I only use openssh for x11, although it is capable of quite a bit more.
Title: Re: openssh
Post by: ^thehatsrule^ on September 08, 2009, 01:20:06 AM
Note: I was unable to convince openssh to set the DISPLAY variable at login for X11 forwarding.  My current work around is to:
Code: [Select]
export DISPLAY=localhost:10.0before running any X apps through ssh.  If anybody has any suggestions or ideas about getting X11 forwarding working seemlessly, I'll be happy to try them and resubmit.
FYI: this should not be required anymore on TC 2.2+
Title: Re: openssh
Post by: Jason W on September 16, 2009, 04:14:35 AM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.2p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 616.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8h.tczl
Config files are located at /usr/local/etc/ssh/
Host key files will need to be generated only
if you intend to run a server, see documentation
on ssh-keygen for the process.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
Current: 2009/09/15 Moved license to proper directory

Title: Re: openssh
Post by: Jason W on October 12, 2009, 07:07:37 AM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.3p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 620.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8h.tczl and
gcc_libs.tczl
Config files are located at /usr/local/etc/ssh/
Host key files will need to be generated only
if you intend to run a server, see documentation
on ssh-keygen for the process.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
2009/09/15 Moved license to proper directory
Current: 2009/10/12 Bumped to 5.3p1
   Removed libssp and added gcc_libs.tczl as dep

Title: Re: openssh
Post by: Jason W on November 25, 2009, 07:26:38 PM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.3p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 692.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8h.tczl and
gcc_libs.tczl
Config files are located at /usr/local/etc/ssh/
Host key files will need to be generated only
if you intend to run a server, a script
"generate_hostkeys.sh" is included to do so.


This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
2009/09/15 Moved license to proper directory
2009/10/12 Bumped to 5.3p1
   Removed libssp and added gcc_libs.tczl as dep
Current: 2009/11/25 Added script to generate host keys

Title: Re: openssh
Post by: Jason W on November 30, 2009, 09:30:24 PM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.3p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 692.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8h.tczl and
gcc_libs.tczl
Config files are located at /usr/local/etc/ssh/
Host key files will need to be generated only
if you intend to run a server.
Use /usr/local/etc/init.d/openssh to start, stop or
restart server and to generate host keys.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
2009/09/15 Moved license to proper directory
2009/10/12 Bumped to 5.3p1
   Removed libssp and added gcc_libs.tczl as dep
2009/11/25 Added script to generate host keys
Current: 2009/11/29 Removed keygen script in favor of all-inclusive
   /usr/local/etc/init.d/openssh script

Title: Re: openssh
Post by: Jason W on February 27, 2010, 11:19:03 PM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.3p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 692.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8m.tczl and
gcc_libs.tczl
Config files are located at /usr/local/etc/ssh/
Host key files will need to be generated only
if you intend to run a server.
Use /usr/local/etc/init.d/openssh to start, stop or
restart server and to generate host keys.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
2009/09/15 Moved license to proper directory
2009/10/12 Bumped to 5.3p1
   Removed libssp and added gcc_libs.tczl as dep
2009/11/25 Added script to generate host keys
2009/11/29 Removed keygen script in favor of
   all-inclusive init script
Current: 2010/02/27 Rebuilt against openssl-0.9.8m

Title: Re: openssh
Post by: Jason W on March 14, 2010, 08:10:57 PM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.3p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 696K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8m.tcz and
gcc_libs.tcz
Config files are located at /usr/local/etc/ssh/
Copy ssh_config.example and sshd_config.example to
ssh_config and sshd_config AND EDIT to fit setup.

**Warning: Default sshd_config contains possible
security concerns.

Host key files will need to be generated only
if you intend to run a server.
Use /usr/local/etc/init.d/openssh to start, stop or
restart server and to generate host keys.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
2009/09/15 Moved license to proper directory
2009/10/12 Bumped to 5.3p1
   Removed libssp and added gcc_libs.tczl as dep
2009/11/25 Added script to generate host keys
2009/11/29 Removed keygen script in favor of
   all-inclusive init script
2010/02/27 Rebuilt against openssl-0.9.8m
Current: 2010/03/14 Removed copying of example configs to default
   config name
   Reworded info

Title: Re: openssh
Post by: Jason W on March 26, 2010, 06:57:32 PM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.3p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 692.0K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8m.tcz and
gcc_libs.tcz
Config files are located at /usr/local/etc/ssh/
Copy ssh_config.example and sshd_config.example to
ssh_config and sshd_config AND EDIT to fit setup.

**Warning: Default sshd_config contains possible
security concerns.

Host key files will need to be generated only
if you intend to run a server.
Use /usr/local/etc/init.d/openssh to start, stop or
restart server and to generate host keys.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
2009/09/15 Moved license to proper directory
2009/10/12 Bumped to 5.3p1
   Removed libssp and added gcc_libs.tczl as dep
2009/11/25 Added script to generate host keys
2009/11/29 Removed keygen script in favor of
   all-inclusive init script
2010/02/27 Rebuilt against openssl-0.9.8m
2010/03/14 Removed copying of example configs to default
   config name
   Reworded info
Current: 2010/03/25 Fixed bug in init script

Title: Re: openssh
Post by: Jason W on April 04, 2010, 06:26:56 PM
Thanks to Kingdomcome for an update:

Code: [Select]
Title: openssh.tcz
Description: OpenSSH Server and Client
Version: 5.4p1
Author: Many contributors, see site
Original-site: http://www.openssh.org
Copying-policy: BSD
Size: 796K
Extension_by: Kingdomcome
Comments: This extension depends on openssl-0.9.8.tcz and
gcc_libs.tcz
Config files are located at /usr/local/etc/ssh/
Copy ssh_config.example and sshd_config.example to
ssh_config and sshd_config AND EDIT to fit setup.

**Warning: Default sshd_config contains possible
security concerns.

Host key files will need to be generated only
if you intend to run a server.
Use /usr/local/etc/init.d/openssh to start, stop or
restart server and to generate host keys.

This extension is PPI compatible
Change-log: 2009/05/15 First Version
2009/09/02 Rebuilt to not use user.tar.gz
           Removed host key generation from post-install
2009/09/15 Moved license to proper directory
2009/10/12 Bumped to 5.3p1
   Removed libssp and added gcc_libs.tczl as dep
2009/11/25 Added script to generate host keys
2009/11/29 Removed keygen script in favor of
   all-inclusive init script
2010/02/27 Rebuilt against openssl-0.9.8m
2010/03/14 Removed copying of example configs to default
   config name
   Reworded info
2010/03/25 Fixed bug in init script
Current: 2010/04/04 Bumped to 5.4p1
   Rebuilt against openssl-0.9.8(n)