Search Results

Search: Posts Made By: hungld86
2,008
Posted By hungld86
I think you should use nano for editing in...
I think you should use nano for editing in console mode. Nano also supports highlight code like VIM, but you have to configure a bit. Nano have friendly and familiar shortcut keys than VIM which is...
2,947
Posted By hungld86
Here is the simple code I wrote in 3 minutes to...
Here is the simple code I wrote in 3 minutes to generate key automatically:

#!/usr/bin/expect

spawn /usr/bin/ssh-keygen

expect "Enter file in which to save the key" {send "\n"}
expect...
2,947
Posted By hungld86
You can use Expect, which is very popular in many...
You can use Expect, which is very popular in many system.
I google here some stuff:

oreilly.com/catalog/expect/chapter/ch03.html
bash.cyberciti.biz/security/expect-ssh-login-script...
26,998
Posted By hungld86
You can use SSH on nologin account
YES !

You CAN ssh from a a nologin account (such as daemon, apache, tomcat, ect..). The only thing you have to do is:
1 - Create global known_hosts file at /etc/ssh/ssh_known_hosts
2 - Change...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy