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

dsa

What’s the difference between id_rsa.pub and id_dsa.pub?

January 2, 2023 by Tarik

id_rsa.pub and id_dsa.pub are the public keys for id_rsa and id_dsa. If you are asking in relation to SSH, id_rsa is an RSA key and can be used with the SSH protocol 1 or 2, whereas id_dsa is a DSA key and can only be used with SSH protocol 2. Both are very secure, but … Read more

Categories encryption Tags dsa, encryption, public-key-encryption, rsa, ssh Leave a comment

What is the difference between DSA and RSA?

December 25, 2022 by Tarik

Check AVA’s answer below. My old answer seems wrong

Categories encryption Tags dsa, encryption, key, rsa Leave a comment

How do you use an identity file with rsync?

December 10, 2022 by Tarik

Use either $HOME rsync -avz -e “ssh -p1234 -i \”$HOME/.ssh/1234-identity\”” dir remoteUser@server: or full path to the key: rsync -avz -e “ssh -p1234 -i /home/username/.ssh/1234-identity” dir user@server: Tested with rsync 3.0.9 on Ubuntu

Categories unix Tags dsa, rsa, rsync, unix 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