Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

ssh-keys

we did not send a packet, disable method

April 3, 2024 by Tarik

There are many, many reasons why client-side debugging (ssh -vvv …) shows: debug2: we did not send a packet, disable method Many of these are listed in the answers to SSH public key won’t send to server on Unix & Linux, but, unfortunately, the client does not give any indication as to which one applies. … Read more

Categories ssh-keys Tags ibm-datapower, ssh-keys Leave a comment

how to generate public key from windows command prompt

September 2, 2023 by Tarik

ssh-keygen isn’t a windows executable. You can use PuttyGen (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) for example to create a key

Categories ssh-keys Tags ssh-keys Leave a comment

Automate ssh-keygen -t rsa so it does not ask for a passphrase

October 25, 2022 by Tarik

To generate a SSH keypair without being prompted for a passphrase you can do the following: $ ssh-keygen -f id_rsa -t rsa -N ”

Categories ssh-keys Tags ssh-keys Leave a comment

Using SSH keys inside docker container

September 17, 2022 by Tarik

It’s a harder problem if you need to use SSH at build time. For example if you’re using git clone, or in my case pip and npm to download from a private repository. The solution I found is to add your keys using the –build-arg flag. Then you can use the new experimental –squash command … Read more

Categories ssh-keys Tags docker, ssh-keys Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa