Reply
Thread Tools
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#41
Originally Posted by tetris11_ View Post
Yup same here.
Have you tried everything in the thread regarding scp?

Still don't get why ade can upload but MartinK and I can't.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 309 | Thanked: 519 times | Joined on Oct 2010
#42
Yep, I:
  • Generated new id_rsa and id_rsa.pub keys via
    Code:
    ssh-keygen -t rsa
  • Copied the contents of .ssh/id_rsa.pub (NOT .ssh/id_rsa) to my Maemo Garage account, making sure to keep the 'ssh-rsa ' part and checking for linebreaks. Clicked 'Update'.
  • Waited 20 mins.
  • Attempted to scp files over via
    Code:
    scp -i ~/.ssh/id_rsa.pub phonestream_1.5.2.tar.gz phonestream_1.5.2_source.changes phonestream_1.5.2.dsc tetris11@drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle/
    only to then recieve
    Code:
    Permission denied (publickey).
    lost connection
  • Tore out my hair and trolled the internet for a bit
__________________
PhoneStreamer - VLC/Webcam/Audio streaming to your PC. Also it's a SPYCAM app
WatchDog - Motion Detector and Time Lapser. Securicam!
 

The Following 3 Users Say Thank You to tetris11_ For This Useful Post:
Posts: 309 | Thanked: 519 times | Joined on Oct 2010
#43
Small issue:
In my Garage Account, I enter in my public key as
Code:
ssh-rsa BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHLBALHBALHBLABLALDLBLABLABAB tetris@home
but when I save/update it, it shows
Code:
ssh-rsa BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHLBALHBALHBLABLALDLBLABLABABtetris@home
with the space between the key and my username missing. Is this normal?
__________________
PhoneStreamer - VLC/Webcam/Audio streaming to your PC. Also it's a SPYCAM app
WatchDog - Motion Detector and Time Lapser. Securicam!
 

The Following User Says Thank You to tetris11_ For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#44
Originally Posted by tetris11_ View Post
Small issue:
In my Garage Account, I enter in my public key as
Code:
ssh-rsa BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHLBALHBALHBLABLALDLBLABLABAB tetris@home
but when I save/update it, it shows
Code:
ssh-rsa BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHLBALHBALHBLABLALDLBLABLABABtetris@home
with the space between the key and my username missing. Is this normal?
Your not suppose to include the tetris@home bit.

FYI maemo.org is now read-only until further notice.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 5 Users Say Thank You to sixwheeledbeast For This Useful Post:
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#45
Works for me.

Steps:
  1. Generate RSA SSH key (with passphrase) as described in the wiki http://wiki.maemo.org/Uploading_to_Extras-devel
  2. Output key to terminal with cat ~/.ssh/id_rsa.pub
  3. Copy key to clipboard (excluding the mail address at the end) and paste in Garage account.
  4. Upload files using scp.

Code:
scp cutetube_1.4.4.tar.gz cutetube_1.4.4_armel.changes cutetube_1.4.4.dsc marxian@drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle
Enter passphrase for key '/home/stuart/.ssh/id_rsa': 
cutetube_1.4.4.tar.gz  100%  323KB 322.8KB/s   00:00    
cutetube_1.4.4_armel.changes  100%  616  0.6KB/s   00:00    
cutetube_1.4.4.dsc  100%  313  0.3KB/s   00:00
I actually included the mail address at first when adding the key to my Garage account, so amending the key after first adding it isn't a problem.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 3 Users Say Thank You to marxian For This Useful Post:
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#46
Maemo downloads is also stuck and new packages promoted to extras don't get a product page. Maybe this is due to the migration, but thought to report it.
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 

The Following User Says Thank You to qwazix For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#47
Originally Posted by marxian View Post
Works for me.
  1. Generate RSA SSH key (with passphrase) as described in the wiki http://wiki.maemo.org/Uploading_to_Extras-devel
  2. Output key to terminal with cat ~/.ssh/id_rsa.pub
  3. Copy key to clipboard (excluding the mail address at the end) and paste in Garage account.
  4. Upload files using scp.
Thanks, unfortunately still no luck here.
I noticed you are sending the armel sources and not the sources built from Qt which I normally use.
Eithier way both failed after waiting overnight for the ssh key to update.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#48
BTW, what key length ? Maybe it doesn't like keys that are too short/long ?
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following User Says Thank You to MartinK For This Useful Post:
Posts: 52 | Thanked: 11 times | Joined on May 2010 @ Reading, Berkshire, UK
#49
Just a humble end-user here - but I'm waiting for updates so that CuteTube works again.

Please could the admins issue some notification as to when this backend stuff will be fixed and the apps that are broken will work again?
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#50
Originally Posted by alcockell View Post
Just a humble end-user here - but I'm waiting for updates so that CuteTube works again.

Please could the admins issue some notification as to when this backend stuff will be fixed and the apps that are broken will work again?
There are links to the latest Debian packages in the first post of the cuteTube threads.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:35.