79311411

Date: 2024-12-27 09:30:49
Score: 1
Natty:
Report link

Add something like this in .ssh/config file . You will be prompted for password everytime

# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
Host labserver
    HostName 192.168.2.10
    User root
    PasswordAuthentication yes
    StrictHostKeyChecking no
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sivadas K Ramdas