-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote SSH: Support Linux aarch64 #60
Comments
I'd think so. Can you pls post the full server log. Thanks! |
Didn't know where to find the full log. So I guess Remote SSH only works with x86_64 ;-) |
It's interesting that why there is such limitation. The log in auth.log is: May 4 21:50:24 hostname sshd[23763]: Accepted publickey for username from client_ip port 52687 ssh2: RSA SHA256:xxxxxxxxxxxxxxxxxxxx |
OK, then I'll try again. |
I assume it's not going to work on a Jetson Nano/TX1/TX2 (arm64, i believe, not amd64), or any raspberry pi (arm6, or arm7 depending on the pi). I love where this extra feature is going though. I've got pylint installed on a pi zero, and crossing my fingers for more supported processors. I've got my Jetson Nano on it's way from nvidia, so this is going to make tensorflow SO much easier to work with without needing to bog down my laptop with dependencies. So far, linting works absolutely amazing on a remote server, without needing to install local dependencies as long as that remote server is x86, or x64. Suggestion: |
Same here. To connect to a Jetson tx1 |
I am willing to work on this, but not able to find Remote-SSH repo. Is Remote-SSH plugin opensource? |
WHERE IS THE CODE? |
Same use case here. Would really like this to work on non-x86 systems. Don't really understand the limitations or bottle necks for this to be so arch-specific. Probably the |
@Wunkolo you can do this (and with software libre) by using gvfs-sftp or sshfs, it is just not as fast as it could be because there are multiple round trips. Ibelieve this code does it as a single round trip, which explains why they never got around to implementing it for other arches (although it wouldn't be difficult to just implement it in an interpreter language to avoid that problem. Anyways this project is non free and this a waste of everyone's rime |
I've been using the Now realizing that the code itself isn't open to make it happen with little friction is quite a buzzkill now that we're all at the mercy of the priorities of a few select developers and not the community. The people in this thread could have probably implemented it themselves back in May if the source code was open. |
I also have this problem. I want to connect to jetson tx2 server. but it always is wrong. pls help! this is my output: [email protected]
"install" terminal command done
|
This seems like a huge issue given the popularity of aarch64 boards with use cases that would benefit from remote ssh, does anyone have any updates on where this issue sits? |
Not a lot of communication saying what is being worked on but there are a lot of similar tickets on the very same "non-x86 support" issue. It brings lot of attention on the fact that since this project is closed source we pretty much have to beg for it, when we could have probably done it ourselves and contributed. With the newest line of ARM products that have been coming, the demand is gonna get greater for remote ARM development support. |
Same here. To connect to a Jetson tx2 |
Same would love to connect to my TX2 as well. There is ARMv7l Raspbian 8+ (32-bit) support in the experimental release so how hard is an AArch64 build? |
+1, having the same issue, Jetson Nano aarm64 :) |
+1 tried to connect to ubuntu server on rasp pi 3 and got err message |
+1, same issue when trying to connect to Xilinx Zynq Ultrascale+ (aarch64) |
I asked the developer why armhf and not arm64 and he replied he had no arm64 hardware to test it. I guess he could blindly copy the armhf stuff and rename it to aarch64. |
Kind of proves that if this was open source we could have done it ourselves months ago. |
Shouldn't this be open source? Doesn't make much sense not to be open
source honestly... Unless we want to stay behind. And why is this hosted
under microsoft/ account here then, if the Dev isn't Microsoft's?
El sáb., 10 ago. 2019 19:02, Wunkolo <[email protected]> escribió:
… I asked the developer why armhf and not arm64 and he replied he had no
arm64 hardware to test it. I guess he could blindly copy the armhf stuff
and rename it to aarch64.
Kind of proves that if this was open source we could have done it
ourselves months ago.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#60?email_source=notifications&email_token=AACRLWRAN734CRBDUWNEQCLQD3YA3A5CNFSM4HKTEKJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ARKPY#issuecomment-520164671>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACRLWXSYH2AHDCDM2KDJATQD3YA3ANCNFSM4HKTEKJA>
.
|
No that wouldn't necessarily work because the default libraries that this might have dependencies on have different names between armhf and aarch64. If someone needs to test aarch64 I guess the easiest thing to do would be to get a VM from scaleway.com where you can rent for a few cents per minute ARM machines (32 and 64 bit) |
arm64 support is on the august milestone |
|
how about this issue, the august is ending ... |
How is it going? Does remote-ssh support linux arm64 now? |
See #69 |
This will be "experimentally" supported, only in Insiders. See #69 |
Inthe Remote SSH documentation, one can read:
Note: The remote host must be running a 64-bit Linux-based OS.
So I'm trying to connect to an Nvidia Jetson Nano, which comes with Ubuntu 18.04, indeed as 64 bit (aarch64).
After connecting, I get the following error:
Is it because the Jetson Nano isn't x64 or why does it fail?
The text was updated successfully, but these errors were encountered: