

Once these systems or these web applications or APIs, in general, are deployed under a production environment, it needs to be maintained, that is where our infrastructure personnel comes in, which monitor the health of these applications. Traditionally, deployment of any web application should not only require planning its architecture from the development point of view, but also consider the part of the entire infrastructure that must be developed or created, such as networks, load balancing, fault tolerance, having high availability among some things that must be considered that we must handle in our applications. Now you should be able to login as root with your SSH keys.Azure app Service is a service-as-a-platform (PaaS) solution that the Azure cloud offers us among its vast number of solutions, from being able to develop our web applications, upload an API, work even with third-party applications, without worrying about the management of your infrastructure. If the SFTP Protocol is specified, it is possible to specify the Logon Type as "Key File" and specify the location of the private key file ( my-ssh-key). This is done (I believe) in the profile settings in the Site Manager of the FileZilla client. Copy the contents of my-ssh-key.pub into this file: /root/.ssh/authorized-keys (using sudo access).Ĭonfigure FileZilla to use Key logon. Login to Ubuntu with your account with sudo access. Generate an SSH keypair, if you don't have one (can be done with this command: ssh-keygen -t rsa -b 2048 -f my-ssh-key - this will generate 2 files: my-ssh-key and my-ssh-key.pub). In order for you to log in as root with FileZilla (or any other SFTP tool), you need to setup SSH key authentication. Root access with password is disabled by default on Ubuntu. Disclaimer: I'm not an expert on FileZilla, so for specific instructions please refer to FileZilla documentation.
