Skip to main content

All Questions

Tagged with
1 vote
1 answer
589 views

how to get print of ssh user logged in by password?

I want to know if it is possible to get the hash key fp from the ssh diaries for the ssh user login with a password, not a key. I see public key login keyprints recorded in the file, but no passwd ...
Petepf's user avatar
  • 68
0 votes
1 answer
661 views

Authorise ssh connection without password for multiple servers in a private virtual network

I'm trying to make a private system with four machines in it, lets call them Host - IP 1, Proxy - IP 2, Server - IP 3, Application - IP 4 A user connects to the host via ssh (I have this working ...
Anan's user avatar
  • 3
0 votes
1 answer
88 views

By making one login password less it makes a subsequent login prompt a password

I need to run a script on a machine which is only reachable trough some hopping. So I wrote a little script: ssh -t user1@host1 ssh -t user2@host2 ssh -t user3@host3 sript_to_run.sh This works great ...
magu_'s user avatar
  • 153
5 votes
2 answers
1k views

How do I "unlock" sudo for 15 mins after login?

It doesn't make sense to me that after authorising myself by logging in, I then have to separately authorise myself to sudo, potentially typing the password twice. This has all come to a head recently ...
frankster's user avatar
  • 289
2 votes
1 answer
1k views

Disabling only password ssh access for root

I know it's possible to disallow root logins via ssh, and that it is a Good Idea™ to disallow root to ever login via ssh (preferring instead to use sudo or similar). Is it possible to allow ...
warren's user avatar
  • 10.2k
0 votes
1 answer
959 views

SSH login without password [duplicate]

Possible Duplicate: How do I set up SSH so I don’t have to type my password? You don't want to type your password when you ssh into a machine. What can you use to accomplish this? Are ...
crst53's user avatar
  • 627