Relative Content

Tag Archive for phplaravelubuntussh-config

solve a problem connecting a Laravel project to a remote server

I have a Laravel project which, following somes operations, generates an archive and needs to place it on a remote server. To carry out my tests, I created a VM running Ubuntu server configured with an SSH connection. When connecting the project to the server to deposit the archive, I want to use dual authentication via an SSH key system and a more traditional user password method. The first phase is carried out correctly, my private key is recognised and it’s during the second part that the problem occurs.