Generating a less problematic public/private key file

To use this tutorial OpenSSH has to be installed on Windows. This can be easily done with the following command. To execute it, PowerShell has to be started as administrator: I had problems with key files in the OpenSSH format: These files are created when using the plain “ssh-keygen” command: I was, for example, not… Continue reading Generating a less problematic public/private key file

AllInOne DevOps solution

“Learning” for me means “practicing”. That’s why I started initializing every single small project with a Git repository, setting up a simple build pipeline and exporting artifacts to a central repository and I do this for Java projects (Gradle, Maven) in the same manner as for .NET projects (dotnet, NuGet). One might ask now: Why… Continue reading AllInOne DevOps solution