- Get link
- X
- Other Apps
Sanjay Tech solutions
hello techy.
i am write here i found some easy solution with ftp access.
using a .pem key connect a linux server
i am using ubuntu 18.4
sftp connect with *.pem key
step 1 : first you need to add that .pem key into ssh
$ssh-add /home/user/Desktop/mypem.pem
ssh-add then complete pem key path.
step 2 : open gnome file manger click on left side connect +other server
then you need
bottom enter a server path.
sftp://ubuntu@ec2-31-__-4__-111.ap-south-5.compute.amazonaws.com/
sftp://user@host or ip
then click on connect now you connect with server
hello techy.
i am write here i found some easy solution with ftp access.
using a .pem key connect a linux server
i am using ubuntu 18.4
sftp connect with *.pem key
step 1 : first you need to add that .pem key into ssh
$ssh-add /home/user/Desktop/mypem.pem
ssh-add then complete pem key path.
step 2 : open gnome file manger click on left side connect +other server
then you need
bottom enter a server path.
sftp://ubuntu@ec2-31-__-4__-111.ap-south-5.compute.amazonaws.com/
sftp://user@host or ip
then click on connect now you connect with server
Comments
Post a Comment