Re: Dolphin: scp with private key

2012-03-13 Thread A. Boggiano

Il 12/03/2012 15:12, suvayu ali ha scritto:

On Mon, Mar 12, 2012 at 15:10, A. Boggianoboggi...@gmail.com  wrote:

I need to tell it where my private txt file is.


If you put that in your ~/.ssh/config, then all ssh commands will pick
up the identity file appropriately. See `man ssh_config` for more.



Thanks! This is thr right way!
I have still some problems (ex. it asks the passphrase everytime I 
change directory), but I see the light! ;)


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dolphin: scp with private key

2012-03-13 Thread suvayu ali
On Tue, Mar 13, 2012 at 08:33, A. Boggiano boggi...@gmail.com wrote:
 I have still some problems (ex. it asks the passphrase everytime I change
 directory), but I see the light! ;)

You can use ssh-agent for that. :)

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Dolphin: scp with private key

2012-03-12 Thread A. Boggiano

At work, I need to use a private key in order to copy files on the server.
Usually, from command line, I am using something like:
scp -i path_to_private_key file remote_file

I'd like to do the same with dolphin.
How can I do that?

Thanks
Alessandro
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dolphin: scp with private key

2012-03-12 Thread Reindl Harald


Am 12.03.2012 14:55, schrieb A. Boggiano:
 At work, I need to use a private key in order to copy files on the server.
 Usually, from command line, I am using something like:
 scp -i path_to_private_key file remote_file
 
 I'd like to do the same with dolphin.
 How can I do that?

sftp://user@machine/



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dolphin: scp with private key

2012-03-12 Thread A. Boggiano

Il 12/03/2012 15:05, Reindl Harald ha scritto:



Am 12.03.2012 14:55, schrieb A. Boggiano:

At work, I need to use a private key in order to copy files on the server.
Usually, from command line, I am using something like:
scp -ipath_to_private_key  file  remote_file

I'd like to do the same with dolphin.
How can I do that?


sftp://user@machine/




I need to tell it where my private txt file is.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dolphin: scp with private key

2012-03-12 Thread suvayu ali
On Mon, Mar 12, 2012 at 15:10, A. Boggiano boggi...@gmail.com wrote:
 I need to tell it where my private txt file is.

If you put that in your ~/.ssh/config, then all ssh commands will pick
up the identity file appropriately. See `man ssh_config` for more.

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org