[olug] hosts.allow file
Brian Wiese
bwiese at cotse.com
Wed Jan 16 08:14:44 UTC 2002
On Tue, 15 Jan 2002 04:12:33 -0800 (PST)
CM Miller <cmmiller1973 at yahoo.com> wrote:
> > Use ftp or ssh. They're the simplest.
> >
>
> How would I enter this ssh command in thru a terminal
> emulator window? Can you give me an example with the
> ip address above.
ssh username at host
or ssh username@<ipaddress>
or ssh -l username <ipaddress>
if I want to connect to my computer with ip address '192.168.1.101' as
user 'bwiese', I would type the command:
ssh bwiese at 192.168.1.101
if I was already logged in as 'bwiese' on my local linux machine, I could
just type:
ssh 192.168.1.101
and it by default will use my current username.
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
For help contact olug-help at bstc.net - run by ezmlm
to unsubscribe, send mail to olug-unsubscribe at bstc.net
or `mail olug-unsubscribe at bstc.net < /dev/null`
(c)2001 OLUG http://www.olug.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
More information about the OLUG
mailing list