Search Results

Search: Posts Made By: Arpit Narula
10,671
Posted By Arpit Narula
SFTP with Password
Hi Guys,

I need to know how can i achieve SFTP "with" password in a shell script.
I have already done passwordless key generation thing and it is working but at the moment i am interested in...
4,032
Posted By Arpit Narula
Thanks for your time and quick responses Shailesh.
Thanks for your time and quick responses Shailesh.
4,032
Posted By Arpit Narula
Okies...in that case ServerB will act as SFTP...
Okies...in that case ServerB will act as SFTP server...am I making sense here.
4,032
Posted By Arpit Narula
Thanks Shailesh. Another doubt I have is that...
Thanks Shailesh.
Another doubt I have is that can ServerA (SFTP server) initiate an SFTP connection to ServerB (Client)...something like:

ServerA:> sftp user2@ServerB
4,032
Posted By Arpit Narula
So even a "SFTP client" can encrypt the outgoing...
So even a "SFTP client" can encrypt the outgoing file?
4,032
Posted By Arpit Narula
SFTP PUT
Hi,

ServerA (SFTP server)
ServerB (SFTP client)

ServerB:> sftp user@ServerA
ServerB:> put sample.txt
ServerB:> get sample2.txt

My question is that which machine will encrypt the...
6,810
Posted By Arpit Narula
SFTP - Private and Public keys
Hi All,

I have a query....say on server A, I have generated the Private and Public keys and shared the public key with server B.

Now i can surelyconnect(without password) from server A to...
42,782
Posted By Arpit Narula
Thanks a Lot Jim. That works. I have...
Thanks a Lot Jim. That works.

I have another question:
On Server A, I generated the Public Private keys.
and shared the Public Key in /authorised_keys file on Server B.

Now can I do the...
42,782
Posted By Arpit Narula
SFTP Shell script
Hi All,

I have done the Private - Public keys generation( and sharing) and have written a script for automating the SFTP. Need to make sure if it will work:


sftp.sh
#!/bin/bash
....
Showing results 1 to 9 of 9

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