Not able to connect with ibm i in vscode getting Not connected to pub400.com! Check your credentials (All configured authentication methods failed) this errror #2152
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello @swapniltake1 , Worst case scenario: your profile may be disabled on PUB400, in which case you'll have to reach out to the admin to sort it out. |
Beta Was this translation helpful? Give feedback.
-
are you using the correct port? pub400 uses a different port. |
Beta Was this translation helpful? Give feedback.
Some suggestions:
WRKLNK '.'
. It should be/home/swapnil10
.CHGOWN OBJ('/home/swapnil10/*') NEWOWN(SWAPNIL10) SUBTREE(*ALL)
ssh -vvv [email protected] -p 2222
and check for any suspicious errors.Code for IBM i is merely a SSH client like many other SSH clients, but you get more error information when using a regular SSH client. Make your login work in the SSH client - when it works here, it will also work in Code for IBM i.
If you can't make …