09-21-2018
Just a thought, why do you need to use expect to perform the login to your servers? Would SSH keys not be a more secure way to achieve this? It would reduce a process where you could expose the application password.
Can you explain a bit more about what you are calling to do what?
Robin
10 More Discussions You Might Find Interesting
1. Programming
Hi,
Could any one help me to write a C program for password mask
with ******. I mean whatever word i will type that will show on the screen as ***** and should store the correct value in a variable.
Thanks in advance
Krishna (5 Replies)
Discussion started by: krishna
5 Replies
2. Shell Programming and Scripting
Hi there
Probably a really simple question but I am writing an install script and at certain stages of the install (ie creating a table in mysql) the system prompts for you to enter a password, I was wondering, how do I script this input so that the install doesnt keep stopping for manual... (3 Replies)
Discussion started by: hcclnoodles
3 Replies
3. Shell Programming and Scripting
I like to copy a file from one server server1 from path path1 to another server server2 to path path2.
User logging in both the servers are same say user1
I tried to use ssh to generate public/private key pairs and then copy without prompting for password.
These are the steps i followed
... (5 Replies)
Discussion started by: jwala
5 Replies
4. Shell Programming and Scripting
Hello,
I am looking for a way to login to multiple machines and do things such as create users, reset root passwords etc non interactively.
The problem with the passwords is that all machines use ssh, dont allow root login, require to login as a normal user, su to root then change the root... (1 Reply)
Discussion started by: Actuator
1 Replies
5. Shell Programming and Scripting
Hi,
I currently have a UNIX script with a function that uses a username and password to connect to the database, retrieve some information and then exit.
At the moment, am getting the username and password from a hidden plain text file and permission set to -r--------, i.e. read only to who... (1 Reply)
Discussion started by: newbie_01
1 Replies
6. UNIX for Dummies Questions & Answers
Hi All,
i am executing peoplesoft sqr command from unix prompt which has the unix id/password as parameter along with other parameters. i want to show whole command in log file but want to mask the id/password field. this command i am executing in shell script. Please suggest..
>sqr sqrname... (2 Replies)
Discussion started by: avi.coep
2 Replies
7. Shell Programming and Scripting
Hi
When I do on console a stop, the script prompts for password
> stop_idm_suite.sh
Suite system password:Here experct of the shell script stop_idm_suite.sh
DoIt()
{
# prompt System password
echo ""
${BMC_JAVA_HOME}/java -Didm.suite.home=${BMC_IDM_SUITE_HOME} -classpath... (1 Reply)
Discussion started by: slashdotweenie
1 Replies
8. Red Hat
Hi Experts,
I'm using samba -3.6.1 on Red Hat Enterprise Linux ES release 4 (Nahant Update 8) ,all seems ok. The issue im facing is as follows.
When ever a user creates a file via windows explorer the permissions assgined to the file are as follows
-rw-rwxr--+ 1 tom group2 0 Mar 9... (1 Reply)
Discussion started by: maverick_here
1 Replies
9. UNIX for Dummies Questions & Answers
Hi Guys,
can someone explain what is mask and effective right mask in setfacl and
getfacl command with example, unable to get it. (3 Replies)
Discussion started by: Jcpratap
3 Replies
10. Shell Programming and Scripting
I want to give my long scripts to customer. The customer must not be able to read the scripts even if he has the password. The following command locks and unlocks the script but the set +x is simply ignored.
The code:
read -p 'Script: ' S && C=$S.crypt H='eval "$((dd if=$0 bs=1 skip=//|gpg... (7 Replies)
Discussion started by: frad
7 Replies
LEARN ABOUT CENTOS
lpasswd
lpasswd(1) General Commands Manual lpasswd(1)
NAME
lpasswd - Change group or user password
SYNOPSIS
lpasswd [OPTION]... [name]
DESCRIPTION
Changes password of user or group name.
If the name argument is not provided, username of the invoking user is used; the name argument is ignored if lpasswd is run set-uid to a
different user.
Entering an empty password (by pressing Enter) aborts the password setting operation.
OPTIONS
-F, --plainpassword-fd=fd
Read password from file descriptor fd, terminated by end of file, '
' or '
'.
-f, --password-fd=fd
Read password hash from file descriptor fd, terminated by end of file, '
' or '
'.
-g, --group
Change password of group name. By default the password of user name is changed.
-i, --interactive
Ask all questions when connecting to the user database, even if default answers are set up in libuser configuration.
-P, --plainpassword=password
Set the password to password. Note that the password can be viewed while running lpasswd using tools such as ps(1).
-p, --password=encrypted
Set the password to the password represented by the hash encrypted. Note that the hash can be viewed while running lpasswd using
tools such as ps(1).
EXIT STATUS
The exit status is 0 on success, nonzero on error.
libuser Jan 12 2005 lpasswd(1)