GitLab Tutorials: Access gitlab Password Less in Windows
Step 1- Generate a public/private key using puttygen Download a puttygen from and generate a public key and private key by following below image. Click on Conversions à Export OpenSSH…
Read more »Top 50 Zabbix interview questions and answers
1) What can be monitored using Zabbix? Zabbix provides monitoring metrics, such as network utilization, CPU load and disk space consumption. The software monitors operations on Linux, Hewlett Packard Unix…
Read more »Password Hashing in PHP
Functions for hashing password password_hash() password_verify() password_hash() – Syntax: [code language=”php”] string password_hash(string $password , integer $algo [, array $options ] ) [/code] string $password – Password provide by user…
Read more »How to access Ansible remote machine using SSH user and key?
How to access Ansible remote machine using SSH user and key? There are following ways, you can autheticte linux remote server using Ansible. Method 1 – Password Less authentication https://www.tecmint.com/ssh-passwordless-login-using-ssh-keygen-in-5-easy-steps/…
Read more »How To scp, ssh and rsync without prompting for password using OpenSSH
Verify that local-host and remote-host is running openSSH ssh -V OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006 Lets say you want to copy between two hosts host_src and host_dest. host_src is…
Read more »Ways to Pass Password in Triggers file or Script file in Perforce
Option 1 If your Perforce server is set to security level 2 or lower you can have your trigger script run as the same user every time (typically a “background”…
Read more »Set password for ost file
scmuser created the topic: set password for ost file How to set password for ost file in Outlook to secure emails?
Read more »Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id
Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id Step 1: Generate the keys > ssh-keygen or > ssh-keygen -t rsa Step 2: Copy the public key to…
Read more »