Results 1 to 10 of 13
hi team
i want to access my other pcs on the network via the terminal command line, i can do too easy with samba but i want to access via ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-01-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 37
accessing my network through the terminal
hi team
i want to access my other pcs on the network via the terminal command line, i can do too easy with samba but i want to access via terminal, were do i begin
, thanks lads
- 12-01-2005 #2Just Joined!
- Join Date
- Jun 2005
- Location
- UK
- Posts
- 34
Re: accessing my network through the terminal
I would start by typing
Originally Posted by chingy213 in the terminal. This will give you some ideas..Code:net -help
HTH
- 12-01-2005 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 37
i did that command but not much help
can u like show me an example how to do it, im not runinng a server or anything, just a modem\router doin everything
- 12-02-2005 #4Linux Newbie
- Join Date
- Mar 2005
- Location
- Minneapolis, MN
- Posts
- 112
You could use SSH. Look through your package manager for the SSH daemon and SSH client utilities. Run the SSHD on computers you want to connect to with
once you've installed SSHD. Then connect to the computers with SSH using username "foo" like soCode:/etc/init.d/sshd start
This will log you onto the computer remotely. You have now accessed the computer via terminal.Code:ssh -l foo 192.168.1.100
--Dachnaz [Fuzzy Llama]
- 12-02-2005 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Remember to setup the correct options through the sshd_config file, they are pretty self-explanatory and very well documented. When logging on remotely make sure you use the local ip assigned by your router, when logging on remotely use your actual ip...
Operating System: GNU Emacs
- 12-02-2005 #6
Agree with Dachnaz. SSH is the only way to go. Learning SSH increases one's Linux joy by leaps and bounds.
- 12-02-2005 #7Just Joined!
- Join Date
- Jun 2005
- Location
- UK
- Posts
- 34
Re: accessing my network through the terminal
Of course ssh is the way to go if you are connecting to a Linux box, but the poster mentions samba which means he´s probably talking about connecting to a Win PC. In which case ssh will not work unless of course he installs extra software..
Originally Posted by chingy213
- 12-02-2005 #8
Re: accessing my network through the terminal
Then why don't you tell him what "extra software" he needs since accessing other Windows PCs from the command line is what he wishes to do?
Originally Posted by JaRaEeZ
- 12-02-2005 #9Just Joined!
- Join Date
- Jun 2005
- Posts
- 37
yes its WinPCs not other linux box, basically linux box to WinXp
, so the SSH will not work??
- 12-03-2005 #10Just Joined!
- Join Date
- Jun 2005
- Location
- UK
- Posts
- 34
Hi there, you can use ssh from a Linux box to Win PC but you will need to install Cygwin Have a look at their website for further info. Also check this site out ssh for further info on ssh & other secure ways of connecting using the command line...
Originally Posted by chingy213
@Dapper instead of trying to flame me why didn´t you just point the ´other software´ out.. prat!!
HTH


Reply With Quote
