Welcome, Guest. Please login or register.

Author Topic: Secure file transfer: secure ftp client for Amiga?  (Read 1289 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show all replies
Re: Secure file transfer: secure ftp client for Amiga?
« on: July 09, 2007, 01:52:54 PM »
Couple of tips with that amiga port.

By default it uses T: to store the ssh known hosts/etc
which is a pain. If you add to gg:etc/ssh_config something like

UserKnownHostsFile /GG/home/buzz/.ssh/known_hosts
IdentityFile /GG/etc/ssh_host_rsa_key

You can then easily have a passwordless login (Copy your public key to remote server a~/.ssh/authorized_keys) which is very useful for scp etc

Also, if you use vinced you can echo a few control characters to switch to a compatible mode, where ssh will work as expected so that ctrl+c works and arrow keys etc etc.