Disabling ssh to ask for every new host key
Normally when you try to connect a remote side with ssh, in the first time ssh asks for a yes/no question to whether you're sure to continue connecting or not. When you say yes, it makes a new record in ~/.ssh/known_hosts file also. We almost say yes in this question and for this reason, sometimes it is desirable to disable this behaviour. To do this, just comment out and change it to no from ask in /etc/ssh/ssh_config file:
StrictHostKeyChecking no
- 0 Comment
- Murat Demirten
- 15 Apr 2008, 21:10
-
You must be login first or sign-up for an account to post comments.
Maybe you should look at these also:
USERBOX
CATEGORIES
MOST READ TODAY
- XFS Filesystem has duplicate UUID problem
- Fast process lookup and signaling
- Improving ext3 filesystem performance with directory indexing
- dropbear rsa key problem
- Java Runtime Environment on Mozilla Firefox
- How to extract a deb package without installing
- Superblock backups for ext2 and ext3 partitions
- Viewing specific message in exim mail queue
- Improving file system performance with noatime
- Enable syntax highlighting and colors in vim
LAST ADDED
- Auto directory spelling corrections
- Disabling emacs splash screen
- Getting a nice SELinux audit report
- Learning all of the available system calls
- Find out if a command is aliased to another command
- Fast process lookup and signaling
- Syntax highlighting in less
- Restricting root logins
- Improving file system performance with noatime
- Enabling laptops special keys under KDE
