LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-14-2010, 10:19 PM   #1
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Rep: Reputation: 15
putty for Ubuntu


does any one of a putty like software for Ubuntu?
 
Old 08-14-2010, 10:25 PM   #2
grim76
Member
 
Registered: Jun 2007
Distribution: Debian, SLES, Ubuntu
Posts: 308

Rep: Reputation: 50
You can use a terminal session and ssh into hosts. ssh <user>@<hostname>
 
Old 08-14-2010, 10:30 PM   #3
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Original Poster
Rep: Reputation: 15
well i am new at this so i go to:
Application > Internet > Terminal Service Client

then i have to fill in:
computer:
protocol: [RDP, RDPv5]
User Name:
password:
Domain:
Client Hostname:
protocol file:

is this the pace or is there someplace else?
 
Old 08-14-2010, 10:33 PM   #4
grim76
Member
 
Registered: Jun 2007
Distribution: Debian, SLES, Ubuntu
Posts: 308

Rep: Reputation: 50
Look for gnome terminal, gterminal or just called terminal.
 
Old 08-14-2010, 10:38 PM   #5
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Original Poster
Rep: Reputation: 15
ok i found the terminal.
do you know the command to connect to the server
 
Old 08-14-2010, 10:40 PM   #6
grim76
Member
 
Registered: Jun 2007
Distribution: Debian, SLES, Ubuntu
Posts: 308

Rep: Reputation: 50
Well that depends on what you are trying to connect to. Are you trying to connect to a linux machine?

In the event that you are trying to connect to a windows machine you are going to have to do something else.
 
Old 08-14-2010, 10:41 PM   #7
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Original Poster
Rep: Reputation: 15
i am trying to connect to Linux machine

i found

ssh -l {username} {hostname}

but it did not work right for me
 
Old 08-14-2010, 10:43 PM   #8
grim76
Member
 
Registered: Jun 2007
Distribution: Debian, SLES, Ubuntu
Posts: 308

Rep: Reputation: 50
Ok are you trying to connect to the same machine that you are on? Have you actually installed openssh-server or something similar? Not all distros turn on, or have ssh server installed by default.
 
Old 08-14-2010, 10:47 PM   #9
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Original Poster
Rep: Reputation: 15
well i have not really installed anything. i just got the new Ubuntu a couple of days ago and i am trying to get my dev environment .

but this is my first real time on a Linux machine.

but when i ran ssh by itself this came up


usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-i identity_file] [-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-w local_tun[:remote_tun]] [user@]hostname [command]
 
Old 08-14-2010, 10:50 PM   #10
grim76
Member
 
Registered: Jun 2007
Distribution: Debian, SLES, Ubuntu
Posts: 308

Rep: Reputation: 50
Ok you did not answer my question.

Ok are you trying to connect to the same machine that you are on? Have you actually installed openssh-server or something similar? Not all distros turn on, or have ssh server installed by default.
 
Old 08-14-2010, 10:51 PM   #11
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Original Poster
Rep: Reputation: 15
i am trying to connect to a diferent machine.
and i did not installed anything
 
Old 08-14-2010, 10:55 PM   #12
grim76
Member
 
Registered: Jun 2007
Distribution: Debian, SLES, Ubuntu
Posts: 308

Rep: Reputation: 50
Ok now that we know that you are trying to connect to another machine:

Use the command below if the username you have on both machines is the same:
ssh <hostname>

Use the following command if your username is different:

ssh <username>@<hostname>

on the commands above that assumes DNS is working. Should you not have DNS working properly you can use the IP addresses of the systems.
 
Old 08-14-2010, 10:57 PM   #13
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Original Poster
Rep: Reputation: 15
would the ip address be the host name?

root@http://000.000.000.000
 
Old 08-14-2010, 10:59 PM   #14
grim76
Member
 
Registered: Jun 2007
Distribution: Debian, SLES, Ubuntu
Posts: 308

Rep: Reputation: 50
Quote:
Originally Posted by moiseszaragoza View Post
would the ip address be the host name?

root@http://000.000.000.000
Ok take out http:// and yes you can use the IP address. This all depends on there being an SSH Server on the other end of the connection.
 
Old 08-14-2010, 11:03 PM   #15
moiseszaragoza
Member
 
Registered: Jul 2010
Posts: 37

Original Poster
Rep: Reputation: 15
Thanks so much

i have been trying to do that for a couple of days.
 
  


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
[SOLVED] Putty - ssh to ubuntu server 9.10 avtandil_k Linux - Newbie 4 04-05-2010 02:28 PM
Putty logs me out / Putty throws me out after I log in ytd Linux - General 15 08-09-2009 03:03 AM
Ubuntu 6.06 Server(SSH Setup/Putty) TechMansoor Linux - Networking 1 12-16-2006 09:05 PM
cant sftp my ubuntu but can putty ? sport Linux - Networking 1 11-09-2005 04:17 PM
Need help with PUTTY unixfreak Linux - Software 2 08-30-2004 06:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:21 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