SSH With Two-Factor Authentication- What do you think?
-
Thinking about implementing this, opinions?
-
That is a great idea. I really like that. I think that I might give that a try on our jump server.
-
@scottalanmiller I was wondering what a "jump server" is, and upon checking found this. http://www.infoworld.com/d/security/jump-boxes-improve-security-if-you-set-them-right-228742
Hope this is what you are talking about, and if so, thats a great idea too, haven' heard about this one before! Thanks!
-
@ambarishrh indeed it is. Jump servers can be pretty awesome. NTG uses a Jump box for all of our Unix access. I learned that technique from my banking background.
-
Nice, this would be really helpful for others like us who haven't thought about such a solution, jump box with 2 step authentication- Nice!
-
Wait until you do scripting from a jump box. So slick.
for i in $(cat serverlist); do ssh -qt $i uptime; done