<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SFTP Connection Fails]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm completely new to Omega.</p>
<p dir="auto">I want to connect to my Omega2+ Firmware 0.3.4 b257 with Visual Studio Code under Windows 10.<br />
Currently, I'm using WinSCP with Visual Studio Code as my editor, and that works fine.</p>
<p dir="auto">The goal is only to use VSC and not to be dependant on WinSCP.</p>
<p dir="auto">I can also connect to my Onion via SSH with Putty, but the Visual Studio Code Remote-SSH extension doesn't support connecting to a MIPS machine via SSH.<br />
Therefore, I wanted to try out an SFTP connection.</p>
<p dir="auto">Now I'm a bit confused about why I can't establish an FTP/SFTP connection to my Onion. I installed openssh-sftp-server - 9.6p1-1 on the Omega,<br />
but every time I want to connect from Windows (i tried WinSCP, Visual Studio Code, Atom), I get the error:<br />
"Received exit code 127 while establishing SFTP session."</p>
<p dir="auto">logread only tells me:</p>
<pre><code>authpriv.info dropbear[2632]: Child connection from xxxx::xxxx:xxxx:xxxx:xxxx%apcli0:xxxx
authpriv.notice dropbear[2632]: Password auth succeeded for 'root' from xxxx::xxxx:xxxx:xxxx:xxxx%apcli0:xxxx
authpriv.info dropbear[2629]: Exit (root): Disconnect received
</code></pre>
<p dir="auto">Under /ur/bin, there is "sftp," but when I write it in the shell, I get this:</p>
<pre><code>Error relocating /usr/bin/sftp: __utimes_time64: symbol not found
Error relocating /usr/bin/sftp: __clock_gettime64: symbol not found
Error relocating /usr/bin/sftp: reallocarray: symbol not found
Error relocating /usr/bin/sftp: __mktime64: symbol not found
Error relocating /usr/bin/sftp: __ppoll_time64: symbol not found
Error relocating /usr/bin/sftp: __timegm_time64: symbol not found
Error relocating /usr/bin/sftp: __time64: symbol not found
Error relocating /usr/bin/sftp: __localtime64_r: symbol not found
Error relocating /usr/bin/sftp: explicit_bzero: symbol not found
Error relocating /usr/bin/sftp: __stat_time64: symbol not found
Error relocating /usr/bin/sftp: __fstat_time64: symbol not found
Error relocating /usr/bin/sftp: __nanosleep_time64: symbol not found
Error relocating /usr/bin/sftp: __gettimeofday_time64: symbol not found
Error relocating /usr/bin/sftp: __localtime64: symbol not found
Error relocating /usr/bin/sftp: __lstat_time64: symbol not found
</code></pre>
<p dir="auto">Something tells me that the "openssh-sftp-server - 9.6p1-1" may not be compatible with Firmware 0.3.4 b257. Or is it?</p>
<p dir="auto">So, is there a way to connect to the onion with sftp?</p>
<p dir="auto">Thanks!</p>
]]></description><link>http://community.onion.io/topic/5039/sftp-connection-fails</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 08:38:18 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/5039.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Feb 2024 18:17:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SFTP Connection Fails on Fri, 02 Feb 2024 18:24:44 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm completely new to Omega.</p>
<p dir="auto">I want to connect to my Omega2+ Firmware 0.3.4 b257 with Visual Studio Code under Windows 10.<br />
Currently, I'm using WinSCP with Visual Studio Code as my editor, and that works fine.</p>
<p dir="auto">The goal is only to use VSC and not to be dependant on WinSCP.</p>
<p dir="auto">I can also connect to my Onion via SSH with Putty, but the Visual Studio Code Remote-SSH extension doesn't support connecting to a MIPS machine via SSH.<br />
Therefore, I wanted to try out an SFTP connection.</p>
<p dir="auto">Now I'm a bit confused about why I can't establish an FTP/SFTP connection to my Onion. I installed openssh-sftp-server - 9.6p1-1 on the Omega,<br />
but every time I want to connect from Windows (i tried WinSCP, Visual Studio Code, Atom), I get the error:<br />
"Received exit code 127 while establishing SFTP session."</p>
<p dir="auto">logread only tells me:</p>
<pre><code>authpriv.info dropbear[2632]: Child connection from xxxx::xxxx:xxxx:xxxx:xxxx%apcli0:xxxx
authpriv.notice dropbear[2632]: Password auth succeeded for 'root' from xxxx::xxxx:xxxx:xxxx:xxxx%apcli0:xxxx
authpriv.info dropbear[2629]: Exit (root): Disconnect received
</code></pre>
<p dir="auto">Under /ur/bin, there is "sftp," but when I write it in the shell, I get this:</p>
<pre><code>Error relocating /usr/bin/sftp: __utimes_time64: symbol not found
Error relocating /usr/bin/sftp: __clock_gettime64: symbol not found
Error relocating /usr/bin/sftp: reallocarray: symbol not found
Error relocating /usr/bin/sftp: __mktime64: symbol not found
Error relocating /usr/bin/sftp: __ppoll_time64: symbol not found
Error relocating /usr/bin/sftp: __timegm_time64: symbol not found
Error relocating /usr/bin/sftp: __time64: symbol not found
Error relocating /usr/bin/sftp: __localtime64_r: symbol not found
Error relocating /usr/bin/sftp: explicit_bzero: symbol not found
Error relocating /usr/bin/sftp: __stat_time64: symbol not found
Error relocating /usr/bin/sftp: __fstat_time64: symbol not found
Error relocating /usr/bin/sftp: __nanosleep_time64: symbol not found
Error relocating /usr/bin/sftp: __gettimeofday_time64: symbol not found
Error relocating /usr/bin/sftp: __localtime64: symbol not found
Error relocating /usr/bin/sftp: __lstat_time64: symbol not found
</code></pre>
<p dir="auto">Something tells me that the "openssh-sftp-server - 9.6p1-1" may not be compatible with Firmware 0.3.4 b257. Or is it?</p>
<p dir="auto">So, is there a way to connect to the onion with sftp?</p>
<p dir="auto">Thanks!</p>
]]></description><link>http://community.onion.io/post/25814</link><guid isPermaLink="true">http://community.onion.io/post/25814</guid><dc:creator><![CDATA[Kazooie]]></dc:creator><pubDate>Fri, 02 Feb 2024 18:24:44 GMT</pubDate></item></channel></rss>