Remove an offending SSH host key from known_hosts
Sometimes you may need to remove old ssh host keys from your known_hosts file. While you can edit this file by hand, there’s also a […]
Sometimes you may need to remove old ssh host keys from your known_hosts file. While you can edit this file by hand, there’s also a […]
Download your PEM file from Amazon EC2. Then, import it into your SSH store with this command: ssh-add /path/to/pemfile.pem Then you can simply connect to […]
SSH key files are a more secure way of locking down SSH, if username/password authentication is also disabled. It is also recommended to disable SSHv1. […]
Copyright © 2024 Earth-Works Tips & Tricks for IT Pros | Website created by Dusty Sun