Re: Secure CRT

From: Hal Burgiss (hal_at_foobox.net)
Date: 10/24/03

  • Next message: Matthew Galgoci: "Re: Bill Doran is out of the office."
    To: redhat-list@redhat.com
    Date: Fri, 24 Oct 2003 13:43:26 -0400
    
    

    On Fri, Oct 24, 2003 at 08:32:40AM -0600, Rodolfo J. Paiz wrote:
    > At 07:24 10/24/2003, you wrote:
    > >I always use alias in my .bashrc, eg:
    > >
    > >alias devel="ssh devel.phys.utk.edu -l username"
    > >alias game="ssh game-machine.phys.utk.edu -l yahoo"
    >
    > FYI, you can also "ssh username@devel.phys.utk.edu".

    For the really lazy ;-), you can set up your user's config file:

    $ cat /home/hal/.ssh/config
    Host *.sourceforge.net
    User=hal

    which gives the login for that host. And then install the
    bash-completion rpm which nicely sets up bash's programmable
    completion (very cool stuff), and it will use the known_hosts file for
    TAB completion:

    $ ssh cf<TAB_KEY HERE>
    cf.sf.net cf.sourceforge.net

    And off we go.

    $ rpm -q bash<TAB_HERE>
    bash bash-completion bash-doc

    -- 
    Hal Burgiss
     
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Matthew Galgoci: "Re: Bill Doran is out of the office."

    Relevant Pages

    • Re: Change pipeline component properties
      ... Based on the type of Host you are using you can store the runtime configuration in a config file similar to any .NET projects. ...
      (microsoft.public.biztalk.general)
    • Re: Sharing printers with cups: what is wrong?
      ... >> from there allow all host that you wish to have print capabilities for. ... > I've found that there are times where CIDR notation (e.g. ... perhaps when you edited a config file by hand.... ...
      (Fedora)
    • Re: OpenSSH option to set default hostkey directory?
      ... CLI options, user's config file, system-wide config file. ... what's not clear to me is quite how the Host keyword sections are ... ...and I ssh to the host "alpha", then will ssh stop after matching ... not also apply wildcard rules. ...
      (comp.security.ssh)
    • Re: convert console app to config file?
      ... Host a Remote Object in Microsoft Internet Information Services ... I was told by the "remoting resource"> where I am working that all I have to do is add a config file to the> existing codebase and presto, as long as I have MarshalByRefObj, then I am> off and running. ... Or host in IIS? ...
      (microsoft.public.dotnet.framework.remoting)