Difference: PuTTY (1 vs. 10)

Revision 102015-11-25 - ChrisBrew

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

  • PuTTY PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

    On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):

Session.png

The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:


Please note that the "Remote command" in the screenshot no longer works, but alternative commands that you may find useful are:

Command Launches... Download
/etc/X11/xinit/Xsession kde kde session kde session profile
/etc/X11/xinit/Xsession gnome gnome session gnome session profile
/etc/X11/xinit/Xsession twm twm session twm profile
/etc/X11/xinit/Xsession default session default type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24 xterm xterm profile


Or you can download all profiles in a one file: All profiles

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

    1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
    2. Once at the Xconfig screen, double click on Communication.
    3. Under Startup in the area that says Mode select Passive.
    4. Click OK.
    5. Double Click on Screen Definition.
    6. Under Window Mode select Multiple.
    7. Click OK.
    8. Double click on Security.
    9. In the area called Host Access Control List select File.
    10. Click Edit to open the file for editing.
    11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
    12. Now save, and close this file.
    13. Click OK.
    14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
    15. Now you can use an SSH client to connect to the remote system.
    16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.

META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1305796513" name="kde_session_profile.reg" path="kde_session_profile.reg" size="13216" stream="kde_session_profile.reg" tmpFilename="/usr/tmp/CGItemp24868" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Session.png" attr="h" comment="Putty session" date="1405077161" name="Session.png" path="Session.png" size="37382" user="FedericoMelaccio" version="1"
Added:
>
>
META TOPICMOVED by="ChrisBrew" date="1448460372" from="Computing/Documentation.PuTTY,Exceed,SSH" to="Computing/Documentation.PuTTY"
 

Revision 92015-09-04 - ChrisBrew

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

  • PuTTY PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

    On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):

Session.png

The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:


Please note that the "Remote command" in the screenshot no longer works, but alternative commands that you may find useful are:

Command Launches... Download
/etc/X11/xinit/Xsession kde kde session kde session profile
/etc/X11/xinit/Xsession gnome gnome session gnome session profile
/etc/X11/xinit/Xsession twm twm session twm profile
/etc/X11/xinit/Xsession default session default type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24 xterm xterm profile


Or you can download all profiles in a one file: All profiles

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

    1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
    2. Once at the Xconfig screen, double click on Communication.
    3. Under Startup in the area that says Mode select Passive.
    4. Click OK.
    5. Double Click on Screen Definition.
    6. Under Window Mode select Multiple.
    7. Click OK.
    8. Double click on Security.
    9. In the area called Host Access Control List select File.
    10. Click Edit to open the file for editing.
    11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
    12. Now save, and close this file.
    13. Click OK.
    14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
    15. Now you can use an SSH client to connect to the remote system.
    16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.

META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
>
>
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" user="LukaszKaczor" version="1"
 
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
>
>
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" user="LukaszKaczor" version="1"
 
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1305796513" name="kde_session_profile.reg" path="kde_session_profile.reg" size="13216" stream="kde_session_profile.reg" tmpFilename="/usr/tmp/CGItemp24868" user="LukaszKaczor" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="Session.png" attr="" comment="Putty session" date="1405077161" name="Session.png" path="Session.png" size="37382" user="FedericoMelaccio" version="1"
>
>
META FILEATTACHMENT attachment="Session.png" attr="h" comment="Putty session" date="1405077161" name="Session.png" path="Session.png" size="37382" user="FedericoMelaccio" version="1"
 

Revision 82014-07-11 - FedericoMelaccio

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

  • PuTTY PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

    On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

Changed:
<
<
To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:

>
>
To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):

Session.png

The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:

 
Please note that the "Remote command" in the screenshot no longer works, but alternative commands that you may find useful are:
Deleted:
<
<

CommandLaunches...Download
/etc/X11/xinit/Xsession kdekde sessionkde session profile
/etc/X11/xinit/Xsession gnomegnome sessiongnome session profile
/etc/X11/xinit/Xsession twmtwm sessiontwm profile
/etc/X11/xinit/Xsessiondefault sessiondefault type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0Failsafe xtermFailsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24xtermxterm profile
 
Added:
>
>
Command Launches... Download
/etc/X11/xinit/Xsession kde kde session kde session profile
/etc/X11/xinit/Xsession gnome gnome session gnome session profile
/etc/X11/xinit/Xsession twm twm session twm profile
/etc/X11/xinit/Xsession default session default type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24 xterm xterm profile

 
Or you can download all profiles in a one file:
Changed:
<
<
All profiles
>
>
All profiles
 

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

Changed:
<
<

>
>
Added:
>
>
 
    1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
    2. Once at the Xconfig screen, double click on Communication.
    3. Under Startup in the area that says Mode select Passive.
    4. Click OK.
    5. Double Click on Screen Definition.
    6. Under Window Mode select Multiple.
    7. Click OK.
    8. Double click on Security.
    9. In the area called Host Access Control List select File.
    10. Click Edit to open the file for editing.
    11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
    12. Now save, and close this file.
    13. Click OK.
    14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
    15. Now you can use an SSH client to connect to the remote system.
    16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.

META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1305796513" name="kde_session_profile.reg" path="kde_session_profile.reg" size="13216" stream="kde_session_profile.reg" tmpFilename="/usr/tmp/CGItemp24868" user="LukaszKaczor" version="1"
Added:
>
>
META FILEATTACHMENT attachment="Session.png" attr="" comment="Putty session" date="1405077161" name="Session.png" path="Session.png" size="37382" user="FedericoMelaccio" version="1"
 

Revision 72011-07-28 - RobHarper

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

Changed:
<
<
PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.
>
>
PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.
 

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

Changed:
<
<
To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:


>
>
To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:

 
Changed:
<
<

Alternative commands that you may find useful are:
>
>

Please note that the "Remote command" in the screenshot no longer works, but alternative commands that you may find useful are:

CommandLaunches...Download
/etc/X11/xinit/Xsession kdekde sessionkde session profile
/etc/X11/xinit/Xsession gnomegnome sessiongnome session profile
/etc/X11/xinit/Xsession twmtwm sessiontwm profile
/etc/X11/xinit/Xsessiondefault sessiondefault type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0Failsafe xtermFailsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24xtermxterm profile
 
Deleted:
<
<
Command Launches... Download
/etc/X11/xinit/Xsession kde kde session kde session profile
/etc/X11/xinit/Xsession gnome gnome session gnome session profile
/etc/X11/xinit/Xsession twm twm session twm profile
/etc/X11/xinit/Xsession default session default type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24 xterm xterm profile
 
Or you can download all profiles in a one file:
Changed:
<
<
All profiles
>
>
All profiles
 

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

Changed:
<
<

  1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
  2. Once at the Xconfig screen, double click on Communication.
  3. Under Startup in the area that says Mode select Passive.
  4. Click OK.
  5. Double Click on Screen Definition.
  6. Under Window Mode select Multiple.
  7. Click OK.
  8. Double click on Security.
  9. In the area called Host Access Control List select File.
  10. Click Edit to open the file for editing.
  11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
  12. Now save, and close this file.
  13. Click OK.
  14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
  15. Now you can use an SSH client to connect to the remote system.
>
>

    1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
    2. Once at the Xconfig screen, double click on Communication.
    3. Under Startup in the area that says Mode select Passive.
    4. Click OK.
    5. Double Click on Screen Definition.
    6. Under Window Mode select Multiple.
    7. Click OK.
    8. Double click on Security.
    9. In the area called Host Access Control List select File.
    10. Click Edit to open the file for editing.
    11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
    12. Now save, and close this file.
    13. Click OK.
    14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
    15. Now you can use an SSH client to connect to the remote system.
    16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.
Deleted:
<
<
  1. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.
 
META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1305796513" name="kde_session_profile.reg" path="kde_session_profile.reg" size="13216" stream="kde_session_profile.reg" tmpFilename="/usr/tmp/CGItemp24868" user="LukaszKaczor" version="1"

Revision 62011-07-18 - LukaszKaczor

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

Changed:
<
<
PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.
>
>
PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.
 

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

Changed:
<
<
To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:


>
>
To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:


 
Alternative commands that you may find useful are:
Changed:
<
<
>
>
 
Command Launches... Download
/etc/X11/xinit/Xsession kde kde session kde session profile
/etc/X11/xinit/Xsession gnome gnome session gnome session profile
/etc/X11/xinit/Xsession twm twm session twm profile
/etc/X11/xinit/Xsession default session default type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24 xterm xterm profile
Changed:
<
<
>
>
 
Or you can download all profiles in a one file:
Changed:
<
<
All profiles
>
>
All profiles
 

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

Changed:
<
<
>
>
 
  1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
  2. Once at the Xconfig screen, double click on Communication.
  3. Under Startup in the area that says Mode select Passive.
  4. Click OK.
  5. Double Click on Screen Definition.
  6. Under Window Mode select Multiple.
  7. Click OK.
  8. Double click on Security.
  9. In the area called Host Access Control List select File.
  10. Click Edit to open the file for editing.
  11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
  12. Now save, and close this file.
  13. Click OK.
  14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
  15. Now you can use an SSH client to connect to the remote system.
  16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.
Changed:
<
<
>
>
 
META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1305796513" name="kde_session_profile.reg" path="kde_session_profile.reg" size="13216" stream="kde_session_profile.reg" tmpFilename="/usr/tmp/CGItemp24868" user="LukaszKaczor" version="1"

Revision 52011-07-12 - RobHarper

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:



Alternative commands that you may find useful are:

Command Launches... Download
Changed:
<
<
/etc/X11/xdm/Xsession kde kde session kde session profile
/etc/X11/Xsession gnome gnome session gnome session profile
/etc/X11/xdm/Xsession twm twm session twm profile
/etc/X11/xdm/Xsession default session default type of session profile profile
/usr/bin/X11/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/X11/xterm -ls -sb -geometry 80x24 xterm xterm profile
>
>
/etc/X11/xinit/Xsession kde kde session kde session profile
/etc/X11/xinit/Xsession gnome gnome session gnome session profile
/etc/X11/xinit/Xsession twm twm session twm profile
/etc/X11/xinit/Xsession default session default type of session profile profile
/usr/bin/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/xterm -ls -sb -geometry 80x24 xterm xterm profile
 


Or you can download all profiles in a one file:

All profiles

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

  1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
  2. Once at the Xconfig screen, double click on Communication.
  3. Under Startup in the area that says Mode select Passive.
  4. Click OK.
  5. Double Click on Screen Definition.
  6. Under Window Mode select Multiple.
  7. Click OK.
  8. Double click on Security.
  9. In the area called Host Access Control List select File.
  10. Click Edit to open the file for editing.
  11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
  12. Now save, and close this file.
  13. Click OK.
  14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
  15. Now you can use an SSH client to connect to the remote system.
  16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.

META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1305796513" name="kde_session_profile.reg" path="kde_session_profile.reg" size="13216" stream="kde_session_profile.reg" tmpFilename="/usr/tmp/CGItemp24868" user="LukaszKaczor" version="1"

Revision 42011-05-19 - LukaszKaczor

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:



Alternative commands that you may find useful are:

Command Launches... Download
/etc/X11/xdm/Xsession kde kde session kde session profile
/etc/X11/Xsession gnome gnome session gnome session profile
/etc/X11/xdm/Xsession twm twm session twm profile
/etc/X11/xdm/Xsession default session default type of session profile profile
/usr/bin/X11/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/X11/xterm -ls -sb -geometry 80x24 xterm xterm profile


Or you can download all profiles in a one file:

All profiles

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

  1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
  2. Once at the Xconfig screen, double click on Communication.
  3. Under Startup in the area that says Mode select Passive.
  4. Click OK.
  5. Double Click on Screen Definition.
  6. Under Window Mode select Multiple.
  7. Click OK.
  8. Double click on Security.
  9. In the area called Host Access Control List select File.
  10. Click Edit to open the file for editing.
  11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
  12. Now save, and close this file.
  13. Click OK.
  14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
  15. Now you can use an SSH client to connect to the remote system.
  16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.

META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
Deleted:
<
<
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1296056943" name="kde_session_profile.reg" path="kde session profile.reg" size="13224" stream="kde session profile.reg" tmpFilename="/usr/tmp/CGItemp27324" user="LukaszKaczor" version="1"
 
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
Added:
>
>
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1305796513" name="kde_session_profile.reg" path="kde_session_profile.reg" size="13216" stream="kde_session_profile.reg" tmpFilename="/usr/tmp/CGItemp24868" user="LukaszKaczor" version="1"
 

Revision 32011-01-28 - LukaszKaczor

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:



Alternative commands that you may find useful are:

Changed:
<
<
Command Launches...
/etc/X11/xdm/Xsession kde kde session
/etc/X11/Xsession gnome gnome session
/etc/X11/xdm/Xsession twm twm session
/etc/X11/xdm/Xsession default session
/usr/bin/X11/xterm -geometry 80x24-0-0 Failsafe xterm
/usr/bin/X11/xterm -ls -sb -geometry 80x24 xterm


Yo can also download one of our preconfigured profiles here:
>
>
Command Launches... Download
/etc/X11/xdm/Xsession kde kde session kde session profile
/etc/X11/Xsession gnome gnome session gnome session profile
/etc/X11/xdm/Xsession twm twm session twm profile
/etc/X11/xdm/Xsession default session default type of session profile profile
/usr/bin/X11/xterm -geometry 80x24-0-0 Failsafe xterm Failsafe xterm profile profile
/usr/bin/X11/xterm -ls -sb -geometry 80x24 xterm xterm profile
 
Changed:
<
<
xterm profile

twm profile

kde session profile

gnome session profile

Failsafe xterm profile profile

default type of session profile profile

Or you can download all profiles in a one file:
All profiles
>
>

Or you can download all profiles in a one file:
Added:
>
>
All profiles
 

Exceed

Exceed can be configured to work with X11 forwarding by doing the following:

  1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
  2. Once at the Xconfig screen, double click on Communication.
  3. Under Startup in the area that says Mode select Passive.
  4. Click OK.
  5. Double Click on Screen Definition.
  6. Under Window Mode select Multiple.
  7. Click OK.
  8. Double click on Security.
  9. In the area called Host Access Control List select File.
  10. Click Edit to open the file for editing.
  11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
  12. Now save, and close this file.
  13. Click OK.
  14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
  15. Now you can use an SSH client to connect to the remote system.
  16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.

META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1296056943" name="kde_session_profile.reg" path="kde session profile.reg" size="13224" stream="kde session profile.reg" tmpFilename="/usr/tmp/CGItemp27324" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"

Revision 22011-01-27 - LukaszKaczor

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.

Changed:
<
<

To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:



Alternative commands that you may find useful are:
>
>
To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:


 
Added:
>
>

Alternative commands that you may find useful are:
 
Command Launches...
/etc/X11/xdm/Xsession kde kde session
/etc/X11/Xsession gnome gnome session
/etc/X11/xdm/Xsession twm twm session
/etc/X11/xdm/Xsession default session
/usr/bin/X11/xterm -geometry 80x24-0-0 Failsafe xterm
/usr/bin/X11/xterm -ls -sb -geometry 80x24 xterm
Added:
>
>


Yo can also download one of our preconfigured profiles here:
 
Changed:
<
<


Yo can also download one of our preconfigured profiles here:
>
>
xterm profile

twm profile

kde session profile

gnome session profile

Failsafe xterm profile profile

default type of session profile profile

Or you can download all profiles in a one file:
All profiles
 
Changed:
<
<
xterm profile

twm profile

kde session profile

gnome session profile

Failsafe xterm profile profile

default type of session profile profile

Or you can download all profiles in a one file:

All profiles
>
>

Exceed

Added:
>
>
Exceed can be configured to work with X11 forwarding by doing the following:

  1. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then Xconfig.
  2. Once at the Xconfig screen, double click on Communication.
  3. Under Startup in the area that says Mode select Passive.
  4. Click OK.
  5. Double Click on Screen Definition.
  6. Under Window Mode select Multiple.
  7. Click OK.
  8. Double click on Security.
  9. In the area called Host Access Control List select File.
  10. Click Edit to open the file for editing.
  11. This file contains some lines that have a # at the beginning. The ONLY line that does not have a # in front of it should say the word localhost. If there is no such line please add it.
  12. Now save, and close this file.
  13. Click OK.
  14. Go to the Start Button and select Programs, then Hummingbird Connectivity, then Exceed, then click on the Exceed icon to start the program.
  15. Now you can use an SSH client to connect to the remote system.
  16. After connecting, any graphical program that is run from the command prompt will appear on the screen of the local computer.
 
META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1296056943" name="kde_session_profile.reg" path="kde session profile.reg" size="13224" stream="kde session profile.reg" tmpFilename="/usr/tmp/CGItemp27324" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"

Revision 12011-01-26 - LukaszKaczor

 
META TOPICPARENT name="WebHome"

PuTTY, Exceed, SSH

PuTTY is in fact a suite of programs (see the help available within PuTTY for details) and these are all available via the command line. The main application (just called puTTY) creates a terminal window and establishes a connection to a remote host.

On PPD Windows 7 desktop systems PuTTy is available from the Start Menu. -> All Programs -> General Utilities -> PuTTy. It is also available by typing PuTTy at the command prompt.

Setting up a PuTTY profile for accessing the PPD Linux servers

The section describes how to use configure PuTTy so that you can create an X session using the ssh protocol.


To start PuTTy on one of the PPD desktop Windows clones just type the command "PuTTy" at the command prompt. This will produce a window similar to the one below. The first configuration changes are to specify the SSH protocol and the host name to which you will want to connect (these have already been done in the image below):



The next step is to click on the 'Connection' then 'Data' category on the Putty screen, and fill in the username you will use on the remote system: An example is shown below:



Next click on the 'SSH' 'X11' configuration panel and select the "Enable X11 forwarding" check-box:



Next select the 'SSH' configuration panel. Here specify the preferred SSH protocol version (2) and the remote command that will be executed on the remote system. In this case shown the remote command will launch an X session with the KDE window manager:



Alternative commands that you may find useful are:

Command Launches...
/etc/X11/xdm/Xsession kde kde session
/etc/X11/Xsession gnome gnome session
/etc/X11/xdm/Xsession twm twm session
/etc/X11/xdm/Xsession default session
/usr/bin/X11/xterm -geometry 80x24-0-0 Failsafe xterm
/usr/bin/X11/xterm -ls -sb -geometry 80x24 xterm



Yo can also download one of our preconfigured profiles here:

xterm profile

twm profile

kde session profile

gnome session profile

Failsafe xterm profile profile

default type of session profile profile

Or you can download all profiles in a one file:

All profiles

META FILEATTACHMENT attachment="xterm.reg" attr="" comment="" date="1296056527" name="xterm.reg" path="xterm.reg" size="11784" stream="xterm.reg" tmpFilename="/usr/tmp/CGItemp27341" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="default_type_of_session_profile.reg" attr="" comment="" date="1296056896" name="default_type_of_session_profile.reg" path="default type of session profile.reg" size="13360" stream="default type of session profile.reg" tmpFilename="/usr/tmp/CGItemp27450" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Failsafe_xterm_profile.reg" attr="" comment="" date="1296056918" name="Failsafe_xterm_profile.reg" path="Failsafe xterm profile.reg" size="13412" stream="Failsafe xterm profile.reg" tmpFilename="/usr/tmp/CGItemp27454" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="gnome_session_profile.reg" attr="" comment="" date="1296056931" name="gnome_session_profile.reg" path="gnome session profile.reg" size="13368" stream="gnome session profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="kde_session_profile.reg" attr="" comment="" date="1296056943" name="kde_session_profile.reg" path="kde session profile.reg" size="13224" stream="kde session profile.reg" tmpFilename="/usr/tmp/CGItemp27324" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="Sessions.reg" attr="" comment="" date="1296056955" name="Sessions.reg" path="Sessions.reg" size="79830" stream="Sessions.reg" tmpFilename="/usr/tmp/CGItemp27449" user="LukaszKaczor" version="1"
META FILEATTACHMENT attachment="twm_profile.reg" attr="" comment="" date="1296056964" name="twm_profile.reg" path="twm profile.reg" size="13360" stream="twm profile.reg" tmpFilename="/usr/tmp/CGItemp27413" user="LukaszKaczor" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback