Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chilkat/SFTP and key authentication
Message
From
01/07/2022 07:26:04
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01684582
Message ID:
01684619
Views:
36
Thomas,

Create your own pair?

Do you have git for windows installed?
If:

open via bash ("Git bash here" in explorer, never mind where)
cd ~
ls -la|grep ssh
if this shows a folder .ssh, open windows folder %USERPROFILE%\.ssh (you might set visibility, or enter .ssh in the bar)
secure the files in it

on bash, if the folder not exists
cd ~
mkdir .ssh
then
cd ~/.ssh

ssh-keygen -t rsa -b 4096 -C user@$domain

replace user@$domain with something meaningfull and enter password if asked and needed.

open windows folder %USERPROFILE%\.ssh
The file id_rsa.pub is your public key, id_rsa the private one.

Note, to give a different filename following might work. But I'm not too much inti keygen, so I give a way I know working.
ssh-keygen -t rsa -b 4096 -C user@$domain -f filename
Any linux machine can do this, but remember to save ~/.shh, or you might loose your keys.
Else, let me know, I send you as many pairs as you need. :)

Lutz

>>Get a key from >https://8gwifi.org/sshfunctions.jsp. Store
>Hi Antonio,
>
>the public key generated can not be loaded
>by Rebex. I tried different keylength.
>Are the keys you generate RSA-encrypted?
>
>Best regards
>
>Thomas
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform