View previous topic :: View next topic |
Author |
Message |
spyder Tux's lil' helper
Joined: 06 Nov 2002 Posts: 121
|
Posted: Wed Nov 06, 2002 10:38 am Post subject: telnet/ssh |
|
|
ok i have the system up and running, what do i have to install to be able to log in remotely?> |
|
Back to top |
|
|
yem n00b
Joined: 05 Nov 2002 Posts: 63 Location: Aotearoa
|
Posted: Wed Nov 06, 2002 10:42 am Post subject: |
|
|
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 |
|
|
spyder Tux's lil' helper
Joined: 06 Nov 2002 Posts: 121
|
Posted: Wed Nov 06, 2002 10:49 am Post subject: |
|
|
thanks alot |
|
Back to top |
|
|
dwende n00b
Joined: 05 Nov 2002 Posts: 14 Location: Israel
|
Posted: Thu Nov 14, 2002 4:46 pm Post subject: sshd |
|
|
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 |
|
|
Binestar n00b
Joined: 14 Nov 2002 Posts: 58
|
Posted: Thu Nov 14, 2002 4:54 pm Post subject: |
|
|
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 |
|
|
Soupy n00b
Joined: 22 Jul 2002 Posts: 9
|
Posted: Thu Nov 14, 2002 4:58 pm Post subject: |
|
|
I personally recommend putty for Win32 use. |
|
Back to top |
|
|
masseya Bodhisattva
Joined: 17 Apr 2002 Posts: 2602 Location: Baltimore, MD
|
Posted: Thu Nov 14, 2002 5:32 pm Post subject: |
|
|
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 |
|
|
ashkar n00b
Joined: 26 Sep 2002 Posts: 48
|
Posted: Thu Nov 14, 2002 8:44 pm Post subject: |
|
|
putty is indeed the king of windows ssh. it also has partner apps enabling scp and sftp. |
|
Back to top |
|
|
Mat_le_ouf Apprentice
Joined: 13 Sep 2002 Posts: 257 Location: France
|
Posted: Fri Nov 15, 2002 3:52 pm Post subject: |
|
|
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 |
|
|
fyerk Apprentice
Joined: 17 Sep 2002 Posts: 212 Location: Atlanta, GA
|
Posted: Fri Nov 15, 2002 6:02 pm Post subject: |
|
|
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:
If you really want telnet:
Code: |
# emerge netkit-telnetd
|
_________________ -David |
|
Back to top |
|
|
|