You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
App Version: v1.2
Xbox OS Version: 10.0.22000.3038 (November 2021)
Xbox Console: Xbox One X (XDK Test Kit)
Issue:
During step 9, Artifice will hang on "Invoking AKC":
While following the execution, the private-key based SSH attempt throws an SshConnectionException, which skips straight to attempting a disconnect and a dispose which fails. The exception message itself is "An established connection was aborted by the server."
The console itself is currently permanently activated via these instructions, which I am unsure if they interfere in any way.
The text was updated successfully, but these errors were encountered:
In this instance, it's not a kit-type compatibility issue, rather it's an SSH version issue. Unfortunately, I don't have an exact minimum system version for Xbox regarding when they actually did merge in the 'NT AUTHORITY\SYSTEM' pull, as OpenSSH on Xbox always lagged behind by quite a large amount. My best guess for minimum system version compatibility would be 22621.
Tux's mention is correct though, ideally you'd be using the XDK tooling if you're working with any sort of non-retail devkit.
The above does sum it up, after using xbrun /X <IP> "telnetd.exe cmd.exe 23" to spawn a telnet, checking the OpenSSH version via %SystemRoot%\System32\OpenSSH\sshd.exe -V returns the following:
Software Info:
App Version: v1.2
Xbox OS Version: 10.0.22000.3038 (November 2021)
Xbox Console: Xbox One X (XDK Test Kit)
Issue:
During step 9, Artifice will hang on "Invoking AKC":
While following the execution, the private-key based SSH attempt throws an SshConnectionException, which skips straight to attempting a disconnect and a dispose which fails. The exception message itself is "An established connection was aborted by the server."
The console itself is currently permanently activated via these instructions, which I am unsure if they interfere in any way.
The text was updated successfully, but these errors were encountered: