You are not logged in.
Hi,
Can anybody how to do it, like what to install, how to set it up. I read some FAQ about it, but I still do not understand. I'm using ADSL and sharing it via router with my friends.
Offline
You basically have to have sshd installed and the daemon running on your computer. Your firewall needs to be set up to let other trusted users enter on port 22. That's a really general overview, for more details read up on ssh and iptables/firwalls.
Hope that helps
-w
Offline
You need openssh server
pacman -S openssh
add sshd to your rc.conf Daemons array, also u can start it with
/etc/rc.d/sshd start
Be sure ur router allow Port 22 (TCP) Incoming
edit /etc/hosts.deny and comment
ALL: ALL: DENY
NOTE the above comment will render ur system unsecure, a better alternative is to leave the /etc/hosts.deny and edit /etc/hosts.allow instead, add to /etc/hosts.allow
ALL: IP_ADDRESS
replace the IP_ADRESS with your friend's Ips seperated with spaces, if that's too hard just go with the first solution
Now to connect from other's PC u need to do as follow
ssh -l username YOU_MACHINE_IP
replace username with urs as well as ur ip, if they don't have Linux, u can use PuTTY
[My Blog] | [My Repo] | [My AUR Packages]
Offline
does this help?
Offline
Oh well i explained everything and forgot totally about the wiki DOH :oops:
[My Blog] | [My Repo] | [My AUR Packages]
Offline
how do I get my machine IP?
Offline
'ifconfig' should output several things including your IP.
Dusty
Offline
how do I get my machine IP?
http://www.whatismyip.com easier way... too bad many ads :s
@Dusty he might have a private IP so i think he'd be confused, better he gets it via a site
[My Blog] | [My Repo] | [My AUR Packages]
Offline
willy wrote:how do I get my machine IP?
http://www.whatismyip.com
easier way... too bad many ads :s
@Dusty he might have a private IP so i think he'd be confused, better he gets it via a site
Uh, that's for a computer connected directly to the Net, without any proxy/gateway beetween. Other than this case, what whatismyip.com will report is the proxy/gateway IP.
my 2 cents.
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Exactly!! Sorry i forgot to mention that, thx kozaki
[My Blog] | [My Repo] | [My AUR Packages]
Offline
sorry guys, I still don't get it, say my gateway IP is 200.321.231.321 and my inet addr:10.0.0.13 from eth0 so how do I do ssh from remote host? Is it
ssh -l user 200.321.231.321
Offline
yes, and your router should be setup to forward port 22 to 10.0.0.13
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline