Author Topic: Ssh X Forwarding  (Read 4694 times)

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Ssh X Forwarding
« on: May 16, 2006, 11:34:33 pm »
I hate to even post the question but is there any way to enable X forwarding with a SSH session?  I did a forum search but didn't see anyone else ask this.  The usual -X switch isn't even available.

Thanks in advance.
« Last Edit: May 16, 2006, 11:35:09 pm by TheWalt »
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Ssh X Forwarding
« Reply #1 on: May 17, 2006, 05:06:41 am »
install openssh, remove dropbear
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Ssh X Forwarding
« Reply #2 on: May 17, 2006, 03:49:11 pm »
Quote
install openssh, remove dropbear
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127421\"][{POST_SNAPBACK}][/a][/div]

Perfect, works great!  Just checking, when I go to remove dropbear it warns against 'task-bootstrap' being a dependent.  Is it ok to remove that also?

Thanks again!
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Ssh X Forwarding
« Reply #3 on: May 17, 2006, 06:21:01 pm »
task-bootstrap is a meta package that includes all of the packages that are needed to boot the machine, so don't remove it (with that said, depending on what commands you give ipkg, it may just remove that empty package, not the packages that are included with it.)

To remove dropbear (or anything else) without heeding the warnings about deps, use the --force-dependencies switch.


Si

Try a plain 'ipkg remove' first
« Last Edit: May 18, 2006, 05:41:42 am by lardman »
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

hvontres

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • http://
Ssh X Forwarding
« Reply #4 on: May 17, 2006, 06:25:07 pm »
Quote
task-bootstrap is a meta package that includes all of the packages that are needed to boot the machine, so don't remove it (with that said, depending on what commands you give ipkg, it may just remove that empty package, not the packages that are included with it.)
In my experience, using just
Code: [Select]
ipkg remove will only remove the empty package and none of the dependents.
« Last Edit: May 17, 2006, 06:25:24 pm by hvontres »
[span style=\'font-size:10pt;line-height:100%\']Henry von Tresckow[/span]
--------------------------------------
SL-5600, OZ 3.5.4.2 (Hentges), Kernel 2.6.17 :)
1gb Kingston SD (ext2), 5Gb Seagate ST1 (3.03 Fw, fat32)
256 MB Kingston SD (ext2),256MB Viking CF,32MB CF (vfat),
homebuilt GPS unit (Based on RFMD RF 8000)

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Ssh X Forwarding
« Reply #5 on: May 18, 2006, 05:41:12 am »
Okay, take care if you try my method then.

Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Ssh X Forwarding
« Reply #6 on: May 18, 2006, 05:47:34 am »
'ipkg remove dropbear -recursive'
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Ssh X Forwarding
« Reply #7 on: May 18, 2006, 06:05:58 am »
Doesn't that remove all of the dependent packages recursively? So removing task-bootstrap will remove pretty much everything?

Or does it remove things that depend on the package that's being removed? So removing dropbear will remove everything...

Si
« Last Edit: May 18, 2006, 06:07:19 am by lardman »
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Ssh X Forwarding
« Reply #8 on: May 18, 2006, 10:35:01 pm »
Quote
'ipkg remove dropbear -recursive'
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127553\"][{POST_SNAPBACK}][/a][/div]

that worked, thanks
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM