LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-15-2011, 12:05 PM   #1
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Rep: Reputation: 45
How can I access Linux pc over LAN


Hi,
I am using Linux in my Lan envroment. I need guidance that how can i remotely access my linux pc from windows enviroment within lan ?
I does't want remote desktop.I want to access linux terminal from my windows command line.
thank for help
garden
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 01-15-2011, 12:15 PM   #2
rizzy
Member
 
Registered: Mar 2004
Distribution: Debian
Posts: 285

Rep: Reputation: 69
get Putty for windows ssh client
http://www.chiark.greenend.org.uk/~sgtatham/putty/

install openssh server on linux machine

https://help.ubuntu.com/6.06/ubuntu/...sh-server.html
 
2 members found this post helpful.
Old 01-15-2011, 12:16 PM   #3
prayingtosky
LQ Newbie
 
Registered: Dec 2010
Location: New York, USA
Posts: 22

Rep: Reputation: 0
Quote:
Originally Posted by gardenair View Post
Hi,
I am using Linux in my Lan envroment. I need guidance that how can i remotely access my linux pc from windows enviroment within lan ?
I does't want remote desktop.I want to access linux terminal from my windows command line.
thank for help
garden
You need to make your Linux computer as a server by using Samba.

http://www.samba.org/samba/docs/man/...oneServer.html
If you want to authenticate the users from Ldap or Active Directory there are special instructions for them. Let me know, I successfully joint my Linux with a domain, share file and printer with ADS users. I will write step-by-step instruction on the how-to, because I had a hard time looking for instructions when I first started last month.
 
Old 01-15-2011, 12:37 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
@ prayingtosky
Samba is used to integrate Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon.
The OP wants to connect to a linux PC from a windows PC.

Kind regards
 
Old 01-15-2011, 02:09 PM   #5
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
thanks repo u understand my problem.i just want to locally connect my windows pc to linux terminal. Very simple thing but guys r saying me samba which is a different thing.
 
Old 01-15-2011, 02:10 PM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
The answer from rizzy is the solution you are looking for.

Kind regards
 
Old 01-16-2011, 12:07 PM   #7
prayingtosky
LQ Newbie
 
Registered: Dec 2010
Location: New York, USA
Posts: 22

Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
The answer from rizzy is the solution you are looking for.

Kind regards
sorry. I misunderstood the OP's needs.

Yup, if that simple then Rizzy's is the solution he's looking for.
 
Old 01-17-2011, 05:35 AM   #8
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
Thnaks "rizzy" for your kind help. Well I have edited the file as

Code:
vi /etc/ssh/ssh_config
and change the port 2222 as discussed in the site https://help.ubuntu.com/6.06/ubuntu/...sh-server.html. I have saved the file.Now how can I access the my Linux pc from windows xp terminal i.e c:\>

thanks
 
Old 01-17-2011, 05:51 AM   #9
teebones
Member
 
Registered: Aug 2005
Location: /home/teebones
Distribution: sometimes this, sometimes that..
Posts: 502

Rep: Reputation: 56
make the thread solved please
 
Old 01-17-2011, 08:11 AM   #10
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
it is the correct answer of my problem but pratically how can i do it i does't know.kindly guide me bcz every time i physically go to my linux computer and work on it.

Last edited by gardenair; 01-17-2011 at 09:29 AM.
 
Old 01-17-2011, 09:00 AM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Now how can I access the my Linux pc from windows xp terminal i.e c:\>
I don't think windows has a command line ssh client like linux, but I can be wrong though.
You can however use putty to make the connection.
http://www.chiark.greenend.org.uk/~s.../download.html

Kind regards
 
Old 01-17-2011, 09:41 AM   #12
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
so in short words we can say that ssh is only for linux and putty for windows to linux command line communication ?
 
Old 01-17-2011, 09:51 AM   #13
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
so in short words we can say that ssh is only for linux and putty for windows to linux command line communication ?
 
Old 01-17-2011, 10:16 AM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by gardenair View Post
so in short words we can say that ssh is only for linux and putty for windows to linux command line communication ?
No, there are ssh clients and servers for windows also.
You need to use putty or another ssh client to connect to a linux ssh server.
Putty is just a grafical interface for a ssh client.

Kind regards
 
Old 01-17-2011, 10:37 AM   #15
gardenair
Member
 
Registered: Oct 2004
Location: LH
Posts: 648

Original Poster
Rep: Reputation: 45
to use putty will be very simple.If boh computers on the network are linux then ssh will be ideal.
I have sean the file in /etc/ssh/ssh_conf but i does know how to use it.in my enviroment i am using fedora as well on client side.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't access Linux Web server on LAN fedix Linux - Networking 5 09-30-2011 03:18 AM
access windows partition from linux on my lan ALInux Linux - Networking 7 01-11-2009 11:11 PM
How To Access Lan In Linux arunkumarMK Linux - Networking 1 11-19-2007 03:40 AM
Transparent access to linux machine on LAN Sinope Linux - Networking 2 09-27-2004 01:18 AM
configure linux to internet access in a LAN poncho4u Slackware 9 08-16-2003 10:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration