skip to Main Content

Plesk Error: Public key for the server at 'bitbucket.org' is already known in '/var/www/vhosts/DOMAIN/.ssh/git_known_hosts'

My attempt: ssh-keygen -f /var/www/vhosts/DOMAIN/.ssh/git_known_hosts -R bitbucket.org curl https://bitbucket.org/site/ssh >> /var/www/vhosts/buchungsformular.spar-mit.com/.ssh/git_known_hosts But I still cannot clone my repository. Some detailed error messages from plesk: 1. Public key for the server at 'bitbucket.org' is already known in '/var/www/vhosts/DOMAIN/.ssh/git_known_hosts'. Warning: the ECDSA…

VIEW QUESTION

DNS Records & Plesk

I have recently acquired a domain (lets say for arguments sake it was my.domain at 123.123.123.123) from GoDaddy and am trying to configure it so that my VPS manages the records via plesk rather than the registrar. On GoDaddy i…

VIEW QUESTION

Deployment of ASP.NET Core Web API to PLESK

This is my web.config file (ASP.NET Core 7.0) : <configuration> <system.webServer> <handlers> <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> </handlers> <aspNetCore processPath="dotnet" arguments=".Test.dll" stdoutLogEnabled="false" stdoutLogFile=".logsstdout" /> <defaultDocument> <files> <clear /> <add value="index.html" /> </files> </defaultDocument> </system.webServer> </configuration> In this case…

VIEW QUESTION
Back To Top
Search