Remote working with Codelite

General questions regarding the usage of CodeLite
golodin2
CodeLite Curious
Posts: 6
Joined: Sun May 21, 2023 10:41 am
Genuine User: Yes
IDE Question: C++
Contact:

Remote working with Codelite

Post by golodin2 »

I try to use plugin SFTP/SSH for remote working with Codelite

Because of security, the connection to our server LInux is only through the authentication of public/private key

The option on Codelite seems to be only User/Password

Is there any way to conffigure public/private key authentication ?

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Remote working with Codelite

Post by eranif »

You don't need username / password. You can set the username and leave the password field empty.
CodeLite will attempt to connect with the following methods:

  • keys
  • user / pass
  • interactive
  • no pass
Make sure you have read the HOW TO POST thread
Post Reply