Help connecting to linux server from shh client in windows!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help connecting to linux server from shh client in windows!
# 8  
Old 01-23-2009
If your behind a router you will have to make a route through it to get to the server.
# 9  
Old 01-23-2009
Quote:
Originally Posted by Bandit390
Yes, I do. I even used ssh on my server to connect to my school's and had no problems.
Not the same thing. You use the ssh client from your Ubuntu box to connect to your school server, which is running the ssh server daemon in order to accept ssh connections.
That doesn't mean the ssh server daemon is running on your Ubuntu server unless you specifically installed it after you got your Ubuntu box up and running. I made the same erroneous conclusion at one point...found out ssh server was a separate install.

Next question...I see Ikon assuming your Ubuntu box is not on your local network connected to your router. Is that the case or is your Ubuntu box on your local network?
# 10  
Old 01-23-2009
My assumption what based on this comment....

Quote:
I am behind a router if that matters.
But that was assuming that both PC's, as you said, were on different subnets.
# 11  
Old 01-23-2009
I just went through this myself, built a HTPC for the living room. nixnoobb hit it, you have to install shh server (sudo apt-get install openssh-server) start it (sudo service ssh start) then enable it at boot up (chkconfig ssh on).
You will have to use the system ip (192.168.1.103) until you get it setup with a static ip.
There are a lot of "standard" services that are not installed with ubuntu that you have to manually install. I guess they do this to keep the initial install very small. I had a hell of a time trying to mount my servers (solaris) disks. Turns out NFS of all things was not installed!
# 12  
Old 01-23-2009
behind a router, I mean they all on the same router. modem > router > linux and vista box. Sorry for the confusion.

But I installed ssh server and now it works.

Thanks for all the help.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Unable to SSH from Windows client to Ubuntu Server

I'm trying to setup a small home network environment as a pet project. These are physical machines nothing virtual. Any help or ideas is greatly appreciated. I can ping between both machines and I have Samba established and can read/write different shares. When I try to SSH from Windows 8.1... (10 Replies)
Discussion started by: lombardi4851
10 Replies

2. Shell Programming and Scripting

Connecting to Windows server from UNIX through script

I am trying to connect to a Windows server say 10.1.1.10. This servers has a folder named RAJ in which there are multiple .zip files. All these zip files contain a text file called XYZ.txt. Now i have to merge the content of these XYZ.txt files from each of the .zip file and create a new text... (1 Reply)
Discussion started by: swapniljadav
1 Replies

3. UNIX for Advanced & Expert Users

Help connecting linux box to Windows - winbindd problem

Hi experts - I hope you can help me. I am trying to resolve Windows host names (aka Netbios names, aka "UNC names) from a Linux box. I have added "dns wins" to the "hosts" line at /etc/nsswitch.conf, and installed samba 3.2.2 and ran "winbindd -D". Now, when I go: "wbinfo -N venus" (where... (1 Reply)
Discussion started by: maryg
1 Replies

4. Shell Programming and Scripting

Connecting to Windows Server

Hi, One of the folders in UNIX is mapped with a drive on Windows.From this UNIX machine I want to connect to the Windows Server, perform some checks and view the results back on the UNIX machine. For e.g. if I touch a file under the shared folder on UNIX, I should be able to telnet to Windows... (2 Replies)
Discussion started by: swasid
2 Replies

5. Programming

UDP linux client and Windows server

Hi, I have a situation where i need to communicate a linux client with a windows server, I am using a UDP socket communication channel. I am able to send packets from my linux clients to the windows server but unable to receive any data packet from the server. Do i need to make any setting in... (0 Replies)
Discussion started by: John20
0 Replies

6. UNIX for Advanced & Expert Users

connecting UNIX/Linux to NTP server

Hello i want to connect my solaris & Linux boxes to ntp server i used the command /usr/sbin/ntpdate -s -b -p 8 -u <NTP-IP> and added the NTP server as server in /etc/ntp.conf please help in completing the process and verifying it (1 Reply)
Discussion started by: learn82
1 Replies

7. Programming

tcp server listening, client connecting problems

hello everyone. I tried searching for something related to this, but I figured it was time to ask my own question. I am experiencing these problems using Ubuntu 7.04 I am starting up a TCP listener/server and once connected, will act as a communication/control link with a program on another... (3 Replies)
Discussion started by: pjwhite
3 Replies

8. IP Networking

Explor the Unix server on Windows Client machine

Hi, I am doin a project that'll work as a normal Explorer on Windows but the best thing is it'll be exploring the content of a UNIX server. The application would be runnin on the windows platform with probably a FTP server on UNIX server. How i should proceed? (2 Replies)
Discussion started by: ziaullahk
2 Replies

9. Programming

Windows Client Vs Unix Server?

i have written a TCP client server application in c under unix. The windows systems should also be alowed to connect to the TCP server running on linux.So i wrote a small client application in VB using winsock. The client and server works fine in the linux environment. When i tried to connect the... (0 Replies)
Discussion started by: collins
0 Replies

10. UNIX for Dummies Questions & Answers

Problem Connecting from Windows base OS to linux

I have a network consisting of Linux Server, Win-Nt & 95 OS. I am able to connect from Linux to Win-NT using either ftp / telnet in time. But it takes me around & more than 50 seconds to connect from Wint -Nt/95 to Linux using either ftp/telnet. My network is small & it hardly consists 20-25... (3 Replies)
Discussion started by: S.Vishwanath
3 Replies
Login or Register to Ask a Question