> On Mon, Feb 27, 2017 at 8:45 AM, <
stacymi...@gmail.com> wrote:
>> All my keys are stored on a USB drive.
>>
>> i use "ssh -i sshkey1.pem" to login to my servers.
>>
>> does sshuttle accept key files and how do i pass the file to it?
Tony Godshall:
> -e look at
>
> -e, --ssh-cmd ... the command to use to connect to the remote [ssh]
>
> so try
>
> -e "ssh -i sshkey1.pem"
using ~/.ssh/config (see `man ssh_config` for details about what this
file should contain) should also work if you want something that's more
permanent.