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

Re: how to examine ssh problem



lina:
> 
> I can ssh by username@full_some_server_address, but can't access in a
> simple way,

Then create the file ~/.ssh/config and add an entry like this:

Host shortname
    User username
    HostName full_some_server_address

After saving the file, you can use 'ssh shortname' to connect to the
remote system using the settings from the config file.

J.
-- 
I start many things but I have yet to finish a single one.
[Agree]   [Disagree]
                 <http://www.slowlydownward.com/NODATA/data_enter2.html>

Attachment: signature.asc
Description: Digital signature


Reply to: