|
The comments are owned by the author. We aren't responsible for their content.
Author | Thread |
---|---|
acefnq |
Published: 2006/12/18 9:07 Updated:
2006/12/18 9:07
|
Quite a regular
Joined: 11/25/2006
From: Adelaide South Australia
Comments: 622
|
Re: OpenSSH released for OS4 on OS4Depot
Great work SSolie!
ace |
Chip |
Published: 2006/12/18 9:09 Updated:
2006/12/18 9:09
|
Just popping in
Joined: 11/23/2006
From: Budapest / Hungary
Comments: 97
|
Re: OpenSSH released for OS4 on OS4Depot
Woowowoowooo! I must test this tonight!
Thanks Steven! |
Mitch |
Published: 2006/12/18 9:33 Updated:
2006/12/18 9:33
|
Just popping in
Joined: 12/02/2006
From:
Comments: 190
|
Re: OpenSSH released for OS4 on OS4Depot
Excellent!
|
Jack |
Published: 2006/12/18 10:06 Updated:
2006/12/18 10:06
|
Quite a regular
Joined: 11/27/2006
From: Israel
Comments: 933
|
Re: OpenSSH released for OS4 on OS4Depot
Great job Steven!!!:)
(where's my A1, grrrr ) Jack |
Raziel |
Published: 2006/12/18 10:15 Updated:
2006/12/18 10:15
|
Home away from home
Joined: 11/26/2006
From: a dying planet
Comments: 5556
|
Re: OpenSSH released for OS4 on OS4Depot
Cool, another toy...
Thanks Steven |
_magic |
Published: 2006/12/18 10:47 Updated:
2006/12/18 10:47
|
Not too shy to talk
Joined: 11/26/2006
From:
Comments: 420
|
Re: OpenSSH released for OS4 on OS4Depot
Now that is cool! Amiga rules!
|
Mitch |
Published: 2006/12/18 11:22 Updated:
2006/12/18 11:22
|
Just popping in
Joined: 12/02/2006
From:
Comments: 190
|
Re: OpenSSH released for OS4 on OS4Depot
Defect #1 ( quibble ):
Once connection established, no TERM set automatically. Defect #2 ( serious ): Once connection established, doing a further ssh to a remote site from inside the session results in a hung terminal, as does doing an su. |
Elwood |
Published: 2006/12/18 11:33 Updated:
2006/12/18 11:33
|
Just can't stay away
Joined: 12/09/2006
From: Lyon, France
Comments: 1370
|
Re: OpenSSH released for OS4 on OS4Depot
Good job man!
|
poweramiga |
Published: 2006/12/18 11:51 Updated:
2006/12/18 11:51
|
Amigans Defender
Joined: 11/18/2006
From: Flinders NSW Australia
Comments: 772
|
Re: OpenSSH released for OS4 on OS4Depot
@ssolie
thanks mate a job well done |
bean |
Published: 2006/12/18 14:45 Updated:
2006/12/18 14:45
|
Not too shy to talk
Joined: 11/26/2006
From:
Comments: 402
|
Re: OpenSSH released for OS4 on OS4Depot
Fantastic! Hopefully this'll mean I can drop my internal (home network) Telnet connection in favour of ssh!
Cheers, Bean. |
salass00 |
Published: 2006/12/18 16:01 Updated:
2006/12/18 16:19
|
Just can't stay away
Joined: 11/30/2006
From: Finland
Comments: 1890
|
Re: OpenSSH released for OS4 on OS4Depot
@ssolie
Thanks! Now I can finally update my website from my AmigaOne using sftp. Just tried and it works. [edit] One minor issue: Using sftp and "put" command to upload files I have to manually set read permission with "chmod 744 filename". |
fryguy |
Published: 2006/12/18 16:37 Updated:
2006/12/18 16:37
|
Just popping in
Joined: 11/29/2006
From:
Comments: 64
|
Re: OpenSSH released for OS4 on OS4Depot
eggcelent!
|
ssolie |
Published: 2006/12/18 16:43 Updated:
2006/12/18 16:43
|
Amigans Defender
Joined: 11/26/2006
From: Canada
Comments: 986
|
Re: OpenSSH released for OS4 on OS4Depot
I see orgin beat me to my news report.
I tested the tools against Mac OS X (Intel) and Debian (PPC). I'm not a big ssh user (yet) so I don't know if the features I didn't enable are really that useful or not. Email is the best way to contact me by the way. Everything should work with a standard OS4 (update 4 or better) install. I tested everything on the latest OS4 beta. |
ssolie |
Published: 2006/12/18 16:47 Updated:
2006/12/18 16:47
|
Amigans Defender
Joined: 11/26/2006
From: Canada
Comments: 986
|
Re: OpenSSH released for OS4 on OS4Depot
Quote:
Once connection established, no TERM set automatically. TERM is pulled in from your shell's environment variable TERM and sent to the other side. Not my problem. Quote: Once connection established, doing a further ssh to a remote site from inside the session results in a hung terminal, as does doing an su. I'll need a detailed test case. Please send me an email. |
ssolie |
Published: 2006/12/18 16:52 Updated:
2006/12/18 16:52
|
Amigans Defender
Joined: 11/26/2006
From: Canada
Comments: 986
|
Re: OpenSSH released for OS4 on OS4Depot
@salass00
Quote: Using sftp and "put" command to upload files I have to manually set read permission with "chmod 744 filename". I didn't see any troubles but then I didn't use the "put" command from in a session. I was doing stuff like this: sftp file user@machine:file I thought the modes were controlled from the server side of things? |
Mitch |
Published: 2006/12/18 16:55 Updated:
2006/12/18 16:55
|
Just popping in
Joined: 12/02/2006
From:
Comments: 190
|
Re: OpenSSH released for OS4 on OS4Depot
Then you need to document that TERM issue, so we know how to use it from AmigaOS4.0.
As for the test case, its simple. ssh into host a connection established. Using this connection: ssh into host b ( from host a ) host b prompts for password Try to type in password ... nothing happens, session locked. Also ssh into host a. type su Session prompts for password Session now locked. That's all the detail you are getting because more detail than that would be to give you my unix host names and passwords. |
Mitch |
Published: 2006/12/18 17:02 Updated:
2006/12/18 17:02
|
Just popping in
Joined: 12/02/2006
From:
Comments: 190
|
Re: OpenSSH released for OS4 on OS4Depot
One extra point, I don't use port 22 for any of my ssh connections, so if you have anything hardcoded that might be the reason (although I doubt it as it should just be a matter of redirecting the stream down the already open socket ).
|
afxgroup |
Published: 2006/12/18 18:23 Updated:
2006/12/18 18:23
|
Amigans Defender
Joined: 12/02/2006
From: Taranto, Italy
Comments: 1353
|
Re: OpenSSH released for OS4 on OS4Depot
Well done Steven! i was trying to port that beast in the past but no lucky..
|
Adept |
Published: 2006/12/18 21:37 Updated:
2006/12/18 21:37
|
Just popping in
Joined: 11/28/2006
From:
Comments: 69
|
Re: OpenSSH released for OS4 on OS4Depot
Well done mate
|
ssolie |
Published: 2006/12/19 1:32 Updated:
2006/12/19 1:32
|
Amigans Defender
Joined: 11/26/2006
From: Canada
Comments: 986
|
Re: OpenSSH released for OS4 on OS4Depot
@Mitch
Quote: Once connection established, doing a further ssh to a remote site from inside the session results in a hung terminal, as does doing an su. Just tested things and it works fine if you press CTRL-D after entering your password. On the Mac OS X you have to press CTRL-D but on Debian I can hit enter as usual. Just a terminal mismatch problem it seems. |
LiveForIt |
Published: 2006/12/19 17:40 Updated:
2006/12/19 17:40
|
Home away from home
Joined: 11/20/2006
From: Norway
Comments: 3870
|
Re: OpenSSH released for OS4 on OS4Depot
@ssolie
Excellent work! |
Mitch |
Published: 2006/12/20 9:54 Updated:
2006/12/20 9:54
|
Just popping in
Joined: 12/02/2006
From:
Comments: 190
|
Re: OpenSSH released for OS4 on OS4Depot
Yep CTRL-D solved the problem. Thank you.
|
poweramiga |
Published: 2006/12/29 3:51 Updated:
2006/12/29 3:53
|
Amigans Defender
Joined: 11/18/2006
From: Flinders NSW Australia
Comments: 772
|
Re: OpenSSH released for OS4 on OS4Depot
works well
|