Search Results

Search: Posts Made By: Vidya N
47,453
Posted By Sindhuap
the SFTP servers are of two ways 1.General one...
the SFTP servers are of two ways
1.General one and 2. Commercial

1.General:
then the command beow should have been used to create the key

ssh-keygen -t dsa
Place the Copy of the public...
47,453
Posted By Sindhuap
sftp $user@$host >> $SFTP_Log_file <<...
sftp $user@$host >> $SFTP_Log_file << End_FTPSession
lcd ${Local_directory}
cd ${Server_Source_path}
mget *.txt
quit
End_FTPSession

How to use code tags...
47,453
Posted By itkamaraj
sftp -B /dev/fd/0 user@servername << Load #sftp...
sftp -B /dev/fd/0 user@servername << Load
#sftp commands
#put or get command
bye
Load


make sure there is no space after Load
47,453
Posted By ygemici
try like this after your pub key is in located...
try like this after your pub key is in located `~/.ssh/authorized_keys` on the remoteIP host.
# ssh -i /path/id_rsa user@remoteIP
# ssh -i /path/id_dsa user@remoteIP
Showing results 1 to 4 of 4

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