×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Are you using SSH keys ?
If not you need to enable password authentication.
Regards,
Richard Schoen
Web:
http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
----------------------------------------------------------------------
message: 1
date: Wed, 30 Aug 2023 19:23:14 +0000
from: Greg Wilburn <gwilburn@xxxxxxxxxxxxxxxxxxxxxxx>
subject: RE: VS Code
OK... so the sshd_config rang a bell for me.
We made some changes after a security audit. I have the following at the end of the sshd_config
# Recommended for RDi
# PubkeyAuthentication yes
PasswordAuthentication no
#LogLevel DEBUG
#LogLevel DEBUG
StrictModes no
AllowTcpForwarding yes
AllowUsers gwilburn jreed
So PasswordAuthentication no is likely the culprit? What about AllowUsers? (the two listed are myself and another programmer)
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Jack Woehr via MIDRANGE-L
Sent: Wednesday, August 30, 2023 3:03 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Cc: Jack Woehr <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: VS Code
By default QSECOFR login via SSH is disallowed, if that's what you're trying to do.
You can edit the sshd_config to enable that.
On Wed, Aug 30, 2023 at 11:48?AM Greg Wilburn < gwilburn@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have a vendor trying to connect to our IBM i system (v7r5) with VS
Code IDE. They are connected to our network via VPN and can run 5250
sessions and such.
I started our SSH server, but we are seeing the following error in
QSYSOPR messages and our History Log.
sshd[15191]: fatal: QsyGetProfileHandleNoPwd qsshd CPF22E3 [preauth]
from QSECOFR
Does this connection require pre-shared keys?
TIA,
Greg
As an Amazon Associate we earn from qualifying purchases.