brent saner on 12 Feb 2008 09:07:54 -0800


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

Re: ssh


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

david long wrote:
| Question to the young lady to my left. Sorry, I think your name is
| Liz. can you give me some instructions on how to ssh into my
| machine?
|
| Thanks,
|
| David _______________________________________________ bclug.org
| mailing list bclug.org@lists.sitelink.com
| http://lists.sitelink.com/mailman/listinfo/bclug.org This message
| was sent to brent.saner@gmail.com
that's something i (or most others) can help you with.

first you'll need an ssh server. this can vary depending on your
distro; in ubuntu, the package "ssh" installs the openssh server IIRC.

you'll want to look through /etc/ssh/sshd_config after the server is
installed (man sshd_config should give you some more information on
configuration there. specific questions are always welcome to the list
as well).

start sshd. probably:
/etc/init.d/ssh start
or
/etc/init.d/sshd start

make sure port 22 (or whatever port you defined in sshd_config) is
opened and pointed to your computer's ip in your router (there are
tons of guides out there for this. google "port forwarding")

on the other end, you'll need an ssh client. the ssh package contains
one. for windows, i use PuTTY (google for it, free - as in beer -
program).

any specific questions?

- --
Brent Saner
215.264.0112(cell)
215.362.7696(residence)

http://www.thenotebookarmy.org

Bill Gates is to hacking as Sid Vicious was to the Sex Pistols: no
talent, everyone hates him, and he's just in it for the fame and money.

GPG INFO:
pub   1024D/832D950A 2008-01-26
uid                  Brent Timothy Saner <brent.saner@gmail.com>
uid                  Brent Timothy Saner (ACE Technology Group,
www.acetechgroup.com) <sanerb@acetechgroup.com>
sub   4096g/1C18F61D 2008-01-26
(pgp.mit.edu)
FINGERPRINT:
91EC 3B91 17E3 84E8 662A
9911 F2ED 9987 832D 950A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHsdJP8u2Zh4MtlQoRAwvVAKDW5qVd7EC6lZ5qFwq9z0XGmbBuggCg65/Q
nYWm6UQrzWJ4VnTlktl3vMU=
=Oiha
-----END PGP SIGNATURE-----

_______________________________________________
bclug.org mailing list
bclug.org@lists.sitelink.com
http://lists.sitelink.com/mailman/listinfo/bclug.org
This message was sent to historian@netisland.net


  • References:
    • ssh
      • From: "david long" <divadgnol67@gmail.com>