Re: PuTTY 0.54 rpms (http://www.chiark.greenend.org.uk/~sgtatham/putty/)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



WipeOut said:

>>
>>You could simply put it in the ~/.ssh/config file and just type:
>>
>>ssh <servername>
>>
>>
>>
> How is that used to setup the port mapping config on a per server basis?
>
> I was not able to find any info on it in google and I don't have that
> file on my system to look at..
>
> Later..

It's the same format as ssh_config, so "man ssh_config" will help.  For
example:


Host example
        HostName my.ssh.server.com
        RSAAuthentication yes
        IdentityFile ~/.ssh/ssh_key
        Protocol 2
        ForwardX11 yes
        Localforward 5904 localhost:5900

-- 
William Hooper




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux