LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Re: Putty (https://www.linuxquestions.org/questions/linux-newbie-8/re-putty-223399/)

unixfreak 08-28-2004 02:44 AM

Re: Putty
 
Is there a way to download Putty for Mandrake Linux?

Demonbane 08-28-2004 03:54 AM

The source code is available on their website, though I don't see any significant advantage of using it over than using the openssh client.

linux_terror 08-28-2004 04:11 AM

I'd have to agree w/ Demonbane, putty is a great portable ssh client for windows but as far as Mandrake goes just open a terminal and type

#ssh -l username hostnameoripaddress

thats a lowercase "L" not a pipe.

that'll get ya connected via openssh.

linux_terror

-------------------------------------------------------------------------
In the game of life it takes a root prompt to really foul up.

unixfreak 08-28-2004 09:48 AM

Is there a way to save a session so I dont have to keep on typing in the Host Names when I try to log-in?

I just want to be able to click on a session host name and thats it. How can I save a session in the built-in Telnet in Mandrake?

amfoster 08-28-2004 11:13 AM

You can look into kde's kssh terminal which can remember settings from a drop down box, or FYI, putty will absolutey run under wine if you have that going.

mhearn 09-01-2004 10:49 AM

You can install bash completion to complete hostnames, or use shell aliases etc

Corona4456 09-01-2004 11:42 AM

If you are using bash... just go into your .bashrc file and type in

alias sshserver='ssh username@servername'

you can rename sshserver to something simple if you'd like... just make sure it doesn't conflict with another program name.
You can probably use 'ss'

Or if you want a clickable icon... you can just make a new link on your desktop (if you are using one) with the same execute command 'ssh username@servername'


All times are GMT -5. The time now is 09:40 PM.