answersLogoWhite

0


Best Answer

The only safe way to set up a system to allow sshing without a password is to have a a special key stored on both the server and your personal box The only problem with this method is that if you lose your key, such as during a crash on your personal box's hard drive, you will no longer be able to access the system.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can I ssh into a Linux system without it needing a password?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do I override log in password on Linux OP system?

Answer - Not unless you're RootYou can't. Linux systems are completely secure, and it's not a simple matter of overriding the password with some keystrokes. If you want to access information on the harddrive (as long as it's not encrypted), you will have to reboot the system with a different OS (or use a Linux live CD, such as Knoppix) and navigate the directory struction to the files you want. However, you can't RETREIVE a password on a Linux system without some serious code cracking hardware. If you have Root permissions on a computer you can reset any other users password to your choice.


What to do when you forget Linux password?

You click forgot password and they send your password to your email


Why is Linux popular in academia?

Students understand the source code for the operating system and how Linux works without complications.


Why Linux popular in academia?

Students understand the source code for the operating system and how Linux works without complications.


What is a Linux CD?

It is a CD the has some form of Linux, an operating system for your computer (Microsoft Windows is an operating system). There are CDs of Linux that are just used to install Linux, or there are LiveCDs that you just put in and reboot. Linux will be running without effecting the rest of the computer.


What is the password for su root in Linux?

The password would be whatever the root password is set to.


How do you unlock your dell?

There are many ways to "lock" a computer. If there is a boot password at the BIOS level, you may not be able to remove it without knowing the password. If there is a BIOS password, you may be able to remove it by either clearing the BIOS or by using a utility CD such as Hiren's Boot CD or Ultimate Boot CD. If you use a bootloader such as GRUB that has a password embedded in it, you can most likely overwrite it with a new bootloader using a Linux live CD. If your operating system (Windows, Mac, Linux, etc) has a password on the user account, you will either need to contact your system administrator or reinstall your operating system. If you are not comfortable editing critical parts of your computer, take your computer to a professional.


What is the most commonly used password hash under Linux?

This is impossible to fully answer. Password hashes are "salted" in Linux. This means, among other things, that the stored value for the same password can vary significantly.


How do you remove group password in Linux?

$ gpasswd -r


How do you reset your Linux password?

Run the command "passwd". You will have to enter your old password to change it. If you are root, you will not have to enter the old password to change a user's password.


What is ext3 file system?

The Linux ext3 file system is the default system in many linux derivatives. It allows for journalling, which the ext2 system did not. It also allows in-situ upgrades without asking for a backup first.


Can each Linux user belong to only one group?

A Linux user can belong to multiple groups, and in most circumstances, it would be very difficult to utilize a Linux system without being so.