WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: openssh  (Read 6029 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
openssh
« on: May 17, 2009, 05: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


Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: openssh
« Reply #1 on: May 17, 2009, 06: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.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #2 on: September 03, 2009, 05: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


Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: openssh
« Reply #3 on: September 03, 2009, 07: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.
« Last Edit: September 03, 2009, 07:12:30 PM by bigpcman »
big pc man

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: openssh
« Reply #4 on: September 03, 2009, 07:39:02 PM »
If need sftp and/or sftp-server.
10+ Years Contributing to Linux Open Source Projects.

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: openssh
« Reply #5 on: September 04, 2009, 12:20:49 AM »
openssh gives you a vpn service (if you are not forced, like i am, to use a cisco derivate client)

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: openssh
« Reply #6 on: September 04, 2009, 10:33:34 AM »
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.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: openssh
« Reply #7 on: September 07, 2009, 10:20:06 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.
FYI: this should not be required anymore on TC 2.2+

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #8 on: September 16, 2009, 01: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


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #9 on: October 12, 2009, 04: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


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #10 on: November 25, 2009, 04: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


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #11 on: November 30, 2009, 06: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


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #12 on: February 27, 2010, 08: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


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #13 on: March 14, 2010, 05: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


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: openssh
« Reply #14 on: March 26, 2010, 03: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