Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
telnet/ssh
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
spyder
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2002
Posts: 121

PostPosted: Wed Nov 06, 2002 10:38 am    Post subject: telnet/ssh Reply with quote

ok i have the system up and running, what do i have to install to be able to log in remotely?>
Back to top
View user's profile Send private message
yem
n00b
n00b


Joined: 05 Nov 2002
Posts: 63
Location: Aotearoa

PostPosted: Wed Nov 06, 2002 10:42 am    Post subject: Reply with quote

You should already have openssh installed. If not:

emerge openssh
rc-update add sshd default
/etc/ini.d/sshd start

You can then ssh in over TCP/IP. The port is 22.

Telnet is pretty much obsolete - at least on linux.
Back to top
View user's profile Send private message
spyder
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2002
Posts: 121

PostPosted: Wed Nov 06, 2002 10:49 am    Post subject: Reply with quote

thanks alot
Back to top
View user's profile Send private message
dwende
n00b
n00b


Joined: 05 Nov 2002
Posts: 14
Location: Israel

PostPosted: Thu Nov 14, 2002 4:46 pm    Post subject: sshd Reply with quote

If I have the sshd running on the Linux box, what
client could I use on a Windoze machine to connect.

(W2000 comes with a telnet client - but I don't know
about ssh).
Back to top
View user's profile Send private message
Binestar
n00b
n00b


Joined: 14 Nov 2002
Posts: 58

PostPosted: Thu Nov 14, 2002 4:54 pm    Post subject: Reply with quote

On windows you can use openssh, SecureCRT, or any other ssh1 or ssh2 complaint client.

SecureCRT has a free 30 day demo, openSSH is under the GPL (IIRC)


Binestar
Back to top
View user's profile Send private message
Soupy
n00b
n00b


Joined: 22 Jul 2002
Posts: 9

PostPosted: Thu Nov 14, 2002 4:58 pm    Post subject: Reply with quote

I personally recommend putty for Win32 use.
Back to top
View user's profile Send private message
masseya
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 2602
Location: Baltimore, MD

PostPosted: Thu Nov 14, 2002 5:32 pm    Post subject: Reply with quote

I would also like to recommend putty for windows use. It's a really neat app that doesn't have to be installed in the traditional click 'n' play windows manner. Here's their download page.
_________________
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Back to top
View user's profile Send private message
ashkar
n00b
n00b


Joined: 26 Sep 2002
Posts: 48

PostPosted: Thu Nov 14, 2002 8:44 pm    Post subject: Reply with quote

putty is indeed the king of windows ssh. it also has partner apps enabling scp and sftp.
Back to top
View user's profile Send private message
Mat_le_ouf
Apprentice
Apprentice


Joined: 13 Sep 2002
Posts: 257
Location: France

PostPosted: Fri Nov 15, 2002 3:52 pm    Post subject: Reply with quote

yem wrote:
Telnet is pretty much obsolete - at least on linux.

Obsolete or not, I don't know a better thing to quickly test a server...
And there's no telnet client installed in gentoo, what can I emerge to do that?
And if ssh can do it, what's the arguments needed?
Back to top
View user's profile Send private message
fyerk
Apprentice
Apprentice


Joined: 17 Sep 2002
Posts: 212
Location: Atlanta, GA

PostPosted: Fri Nov 15, 2002 6:02 pm    Post subject: Reply with quote

Mat_le_ouf wrote:

Obsolete or not, I don't know a better thing to quickly test a server...
And there's no telnet client installed in gentoo, what can I emerge to do that?
And if ssh can do it, what's the arguments needed?


To test a server, I assume you mean testing various ports other than just remote login? I'd suggest netcat over telnet - it is far superior.

For netcat:
Code:

# emerge netcat


If you really want telnet:
Code:

# emerge netkit-telnetd

_________________
-David
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum