Re: [opensuse] Re: OpenSUSE PuTTY ?



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jonathan Arnold wrote:
chika wrote:
Clayton wrote:

PuTTY lets you set up all kinds of special options, tied to which host
you are connecting to. So you can set special backgrounds, etc. It also
remembers connection info, does port forwarding, allows terminal
customization
for each host, etc. Now perhaps it can all be done using other tools, but
it's <strong>a pretty powerful GUI for all this</strong>, and provides a
Unix build.

why u don't use freeNX from nomachine website(googling it for latest version)

I think it needs to run on the remote machine too, and I don't have any control
over that.


The ssh daemon on the host machine is usually activated by default, have
a look at the man page (man ssh) for ssh capabilities...

As a taster to open a remote session in a new window in any konsole
session enter...

ssh -Xf <servername> <command>

will work if you have configured X to accept remote sessions on the
server. This will log you in with the current username and run <command>
(xterm will give a new terminal)...

ssh -Xf <username>@<servername> <command>

will log you in as <username> on server <servername>. BTW Do not attempt
to login as root. Login and su to root...

In both cases you will get a certificate dialog the first time you
login. But this will set up the ssh session as a background process,
retaining your local console. If command is a script you can do some
rather interesting things...

PuTTY versions exist for Windows and Symbian OS and other system that
have very little ssh support. It has nothing like the potential
functionality of the *NIX ssh interface, because you can get the
functionality of the host X desktop (within some limits). Effectively
your machine becomes an X-Terminal, but retaining local functionality,...

Windows users should explore Cygwin as this will allow you to run ssh
and do things like run YaST on a Windows desktop... (can confuse a few
people :-) )....


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGQePNasN0sSnLmgIRAsLZAKD0430/qv/pZBDPVRQppCQRkj833wCg5RA3
HLPbVs/3pBloD86d2HfeRgM=
=7BQs
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: Duplicating terminal input to many hosts ?
    ... > I would like to open multiple terminal windows to many hosts and have ... I ssh to host b (let's call this window ... > configure each machines almost identically. ... then pipe that file to stdin of your ssh command. ...
    (comp.os.linux.misc)
  • Re: [opensuse] kicker, gnome-panel through ssh - issues
    ... menus and GUI applications etc. on the remote host *without* a 'vnc-style' ... With the amount of windows I have open, ... doing 'remote stuff' on some host or other *does* ... commandline in an ssh shell. ...
    (SuSE)
  • Re: ftp synchronization
    ... If you want to see if your server offers SSH, point a telnet client ... If it connects and brings up a SSH version number, ... Download a proper SSH client (for Windows, ... connecting by SSH to your host using your normal user name and password. ...
    (alt.php)
  • Re: bit of help for new debian user....
    ... > I noticed the problem when trying to ssh out of the box to a remote box. ... > Then I tried pinging an external host, ... > remote host." ... I can ssh into the box from a windows box. ...
    (Debian-User)
  • Re: OpenSSH, Telnet, Windows Authentication and double-hops
    ... >> ssh -L) ... JM> in seperate DOS console windows in this order: ... I'm using the 3.8 version of OpenSSH. ... >> Kerberos ticket, or your password in order to acquire one. ...
    (comp.security.ssh)