Sponsored Content
Full Discussion: Facing_problem_with_ssh
Top Forums Shell Programming and Scripting Facing_problem_with_ssh Post 302944347 by venky.b5 on Tuesday 19th of May 2015 01:52:20 AM
Old 05-19-2015
Hi,

Agent.kgb

please find the o/p of lsuser username

Code:
venkat id=206 pgrp=venkatesh groups=venkatesh home=/apps/venkat shell=/usr/bin/ksh roles=

ssh version
Code:
OpenSSH_5.0p1, OpenSSL 0.9.8k 25 Mar 2009

Hi Bakunin,

Thanks for your response, i haven't made my ssh connection password less
i want script to prompt for the password so i think i cant use -n option and with -o option i am not able to connect to remote host.

Code:
ssh username@hostaddress<<-ENDSSH
cd /full/path/to/exec/files/;
nohup ./execfile1 &
nohup ./execfile2 &
nohup ./execfile3 &
sleep 5
exit
ENDSSH

thanks in advance
venkat
 
SSH-COPY-ID(1)						      General Commands Manual						    SSH-COPY-ID(1)

NAME
ssh-copy-id - install your public key in a remote machine's authorized_keys SYNOPSIS
ssh-copy-id [-i [identity_file]] [user@]machine DESCRIPTION
ssh-copy-id is a script that uses ssh to log into a remote machine and append the indicated identity file to that machine's ~/.ssh/autho- rized_keys file. If the -i option is given then the identity file (defaults to ~/.ssh/id_rsa.pub) is used, regardless of whether there are any keys in your ssh-agent. Otherwise, if this: ssh-add -L provides any output, it uses that in preference to the identity file. If the -i option is used, or the ssh-add produced no output, then it uses the contents of the identity file. Once it has one or more fin- gerprints (by whatever means) it uses ssh to append them to ~/.ssh/authorized_keys on the remote machine (creating the file, and directory, if necessary.) NOTES
This program does not modify the permissions of any pre-existing files or directories. Therefore, if the remote sshd has StrictModes set in its configuration, then the user's home, ~/.ssh folder, and ~/.ssh/authorized_keys file may need to have group writability disabled manu- ally, e.g. via chmod go-w ~ ~/.ssh ~/.ssh/authorized_keys on the remote machine. SEE ALSO
ssh(1), ssh-agent(1), sshd(8) OpenSSH 14 November 1999 SSH-COPY-ID(1)
All times are GMT -4. The time now is 06:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy