M
M
Maxim2018-05-07 13:58:05
Computer networks
Maxim, 2018-05-07 13:58:05

How to connect via FTP to the ubuntu server if the connection is made using an RSA key?

There is a server on ubuntu 16.04 on DigitalOcean. I connect via ssh using the following command:
ssh -i configs/algo.pem [email protected]
RSA PRIVATE KEY is in the algo.pem file.
How to connect to the server via FTP in this case (that is, I kind of don’t know the login / password, there is only an RSA key)? Is it possible to connect via FTP to transfer files in the console? And how to connect via an FTP client, for example, Transmit or Commander One?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ruslan Fedoseev, 2018-05-07
@mavolkov

log in via ssh, create a regular user, specify a password for him.
just don't go to ftp as root....

L
lezgiman, 2018-05-07
@lezgiman

You can connect via SFTP. Judging by the answers of the search engine, both clients support SFTP, which means that somewhere in the settings it is possible to specify a private key.

M
Maxim, 2018-05-07
@mavolkov

Ruslan Fedoseev , are both SCP and FTP protocols intended for file exchange? Does one have significant advantages or are they for different purposes?
And if I don’t remember (I don’t know, I never set) the password for the root user, then should I change it using the passwd command?
I also have "PasswordAuthentication yes" in "/etc/ssh/sshd_config" - does this apply to all users or does it allow only the root user to log in with a password?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question