<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogerk</id>
	<title>UMIACS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogerk"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Rogerk"/>
	<updated>2026-05-12T18:40:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Intranet&amp;diff=2457</id>
		<title>Intranet</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Intranet&amp;diff=2457"/>
		<updated>2009-03-11T19:22:44Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* Remote Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Remote Access==&lt;br /&gt;
* [https://franklin.pc.umiacs.umd.edu/exchange Exchange Webmail] - For Exchange Server users.  &amp;lt;tt&amp;gt;Please enter &amp;quot;pc\username&amp;quot; as your username and your password when prompted.&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://webmail.umiacs.umd.edu/imapmail/src/login.php IMAP Webmail] - For IMAP and POP3 users on umiacs-mail.&lt;br /&gt;
&lt;br /&gt;
* [https://intranet.umiacs.umd.edu/sftp SFTP Web Client] - An SFTP client, requires Java plug-in.&lt;br /&gt;
&lt;br /&gt;
* [https://intranet.umiacs.umd.edu/intranet/ssh SSH Web Client] - An SSH client right inside your browser, requires Java plug-in.&lt;br /&gt;
&lt;br /&gt;
==Account Management==&lt;br /&gt;
&lt;br /&gt;
* [https://intranet.umiacs.umd.edu/intranet/accountRequest Openlab Account] - New accounts, approve requests, etc.&lt;br /&gt;
* [https://intranet.umiacs.umd.edu/directorysearch Search the Directory] - Search for e-mail addresses, telephone numbers, and room numbers of UMIACS employees.&lt;br /&gt;
* [https://intranet.umiacs.umd.edu/chinfo Directory Update] - Update your UMIACS directory info and change e-mail forwarding options.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
&lt;br /&gt;
* [https://intranet.umiacs.umd.edu/%7Ewebevent/cgi-bin/webevent.cgi Events Calendar] - Online calendars for UMIACS events and seminars series.&lt;br /&gt;
 &lt;br /&gt;
* [[Main_Page|Technical Reference]] - How-to&#039;s and FAQ&#039;s regarding UMIACS&#039;s computing facilities&lt;br /&gt;
	&lt;br /&gt;
* [https://intranet.umiacs.umd.edu/intranet/equipmentReservation Equipment Reservation] - Reserve laptops and other equipment ahead of time.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureShell&amp;diff=2455</id>
		<title>SecureShell</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureShell&amp;diff=2455"/>
		<updated>2009-03-06T14:07:23Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* X11 Forwarding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Secure Shell (or [http://en.wikipedia.org/wiki/Secure_Shell SSH]) is a network protocol allowing two computers to exchange data securely over an insecure network.  By default use of SSH brings the user to a terminal, but the protocol can be used for other types of data transfer such as [[SFTP]] and [[SCP]].&lt;br /&gt;
&lt;br /&gt;
==Connecting to an SSH Server==&lt;br /&gt;
Under RedHat Linux 3, 4, and 5, and Mac OS X, the following command from a terminal will connect a client computer to the UMIACS [[OpenLAB]].&lt;br /&gt;
 # ssh bkirz@openlab.umiacs.umd.edu&lt;br /&gt;
This will give you access to a terminal on any one of the [[OpenLAB]] servers.  Note that by default you will not have access to applications that require X11 to run.&lt;br /&gt;
&lt;br /&gt;
On Windows XP or Vista hosts there are no SFTP clients installed by default.  Users can install either which will enable SSH and SFTP access.&lt;br /&gt;
&lt;br /&gt;
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY]&lt;br /&gt;
* [http://ttssh2.sourceforge.jp/ ttssh2]&lt;br /&gt;
&lt;br /&gt;
Alternatively, all users can use the UMIACS Intranet SFTP Web Applet located [https://intranet.umiacs.umd.edu/ssh/ here] without installing any additional software.&lt;br /&gt;
&lt;br /&gt;
==X11 Forwarding==&lt;br /&gt;
By default, SSH only gives the user shell access to a host.  Enabling X11 Forwarding allows users to run applications with Graphical User Interfaces.&lt;br /&gt;
&lt;br /&gt;
Under RedHat Linux 3, 4, and 5, and Mac OS X, the following command from a terminal will connect a client computer to the UMIACS [[OpenLAB]] using X11 Forwarding.&lt;br /&gt;
 # ssh &#039;&#039;&#039;-X&#039;&#039;&#039; bkirz@openlab.umiacs.umd.edu&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Mac users must have X11 installed in their systems for X11 forwarding to work.  This can be checked by looking for X11.app in /Applications/Utilities.  You can find the installer [http://www.apple.com/support/downloads/x11formacosx.html here].&lt;br /&gt;
&lt;br /&gt;
Windows users can enable X11 forwarding on UMIACS desktops by using cygwin to ssh -X.&lt;br /&gt;
If you do not have Cygwin, you will need to forward X through Xming.&lt;br /&gt;
First, enable X forwarding on your secure ssh client. The option is under tunneling in the ssh client settings. This only has to be done once.&lt;br /&gt;
[[Image:sshXForward.jpg]]&lt;br /&gt;
Next, click save in the main ssh appication window to save this setting.&lt;br /&gt;
&lt;br /&gt;
After this has been done, every time you want to use X forwarding, you need to make sure Xming has been started (it will appear in your task tray) through the start menu programs.&lt;br /&gt;
Now, you will be able to use Xwindow programs from your ssh client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the UMIACS Intranet SFTP Web Applet does &#039;&#039;not&#039;&#039; allow X11 Forwarding.&lt;br /&gt;
&lt;br /&gt;
==SSH Tunneling==&lt;br /&gt;
&lt;br /&gt;
You can tunnel one or more ports through an SSH connection such that your packets will look like they are coming from the host you are tunneling to.   This is helpful for services that you would be normally blocked by a firewall.&lt;br /&gt;
&lt;br /&gt;
Please see the [[SecureShellTunneling]] page for more information.&lt;br /&gt;
&lt;br /&gt;
==Passwordless SSH with SSH Keys==&lt;br /&gt;
&lt;br /&gt;
There are some situations where it is important to be able to ssh without entering a password.  This is mostly required when working in clusters.  This is done using ssh keys.  Instead of authenticating with a password, ssh can use a pre-defined set of encryption keys to establish an authorized connection.  To setup passwordless ssh, do the following.&lt;br /&gt;
&lt;br /&gt;
First, create an ssh key pair:&lt;br /&gt;
&lt;br /&gt;
  # ssh-keygen -t dsa&lt;br /&gt;
&lt;br /&gt;
The command will prompt you for a passphrase.  If you use a password, you will need to enter it at the beginning of your work session.  This is preferable as it is more secure but may cause problems for some clustered work  If you simply hit &#039;&#039;&#039;[enter]&#039;&#039;&#039;, you will never be prompted for a password when ssh&#039;ing which can lead to security problems.&lt;br /&gt;
&lt;br /&gt;
This will produce two files, &#039;&#039;&#039;id_dsa&#039;&#039;&#039; and &#039;&#039;&#039;id_dsa.pub&#039;&#039;&#039;, the private and public keys respectively.  Once you&#039;ve created the keys, you will need to put them into place as follows:&lt;br /&gt;
&lt;br /&gt;
  # mkdir ~/.ssh&lt;br /&gt;
  # chmod 700 ~/.ssh&lt;br /&gt;
  # mv id_dsa ~/.ssh&lt;br /&gt;
  # chmod 600 ~/.ssh/id_dsa&lt;br /&gt;
  # touch ~/.ssh/authorized_keys2&lt;br /&gt;
  # chmod 600 ~/.ssh/authorized_keys2&lt;br /&gt;
  # cat id_dsa.pub &amp;gt;&amp;gt; authorized_keys2&lt;br /&gt;
  # rm id_dsa.pub&lt;br /&gt;
&lt;br /&gt;
It is &#039;&#039;&#039;very&#039;&#039;&#039; important that you keep your private key secure!  Ensure that it is chmod&#039;d to 600 and that you do not put it anywhere visible to other users!&lt;br /&gt;
&lt;br /&gt;
If you did not select a passphrase when you generated your keys, you can now ssh without a password.  If you did select a passphrase, you will need to activate the keys as follows:&lt;br /&gt;
&lt;br /&gt;
  # ssh-agent [SHELL]&lt;br /&gt;
  # ssh-add -t [TIME]&lt;br /&gt;
&lt;br /&gt;
In this case, &amp;quot;[SHELL]&amp;quot; is your preferred shell and &amp;quot;[TIME]&amp;quot; is the amount of time you&#039;d like the key to be active in seconds.  So, the following would start a bash shell with passwordless ssh active for 30 minutes:&lt;br /&gt;
&lt;br /&gt;
  # ssh-agent bash&lt;br /&gt;
  # ssh-add -t 1800&lt;br /&gt;
&lt;br /&gt;
You will be prompted for your passphrase and, when entered correctly, you will be able to ssh without entering a password.&lt;br /&gt;
&lt;br /&gt;
To disable this functionality, simply delete your private key file (&#039;&#039;&#039;~/.ssh/id_dsa&#039;&#039;&#039;) and remove the public key from your &#039;&#039;&#039;~/.ssh/authorized_keys2&#039;&#039;&#039; file.&lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
[http://www.openssh.org/ OpenSSH]&lt;br /&gt;
&lt;br /&gt;
[http://www.openssh.com/windows.html Windows Clients]&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureShell&amp;diff=2453</id>
		<title>SecureShell</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureShell&amp;diff=2453"/>
		<updated>2009-03-06T14:05:19Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* X11 Forwarding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Secure Shell (or [http://en.wikipedia.org/wiki/Secure_Shell SSH]) is a network protocol allowing two computers to exchange data securely over an insecure network.  By default use of SSH brings the user to a terminal, but the protocol can be used for other types of data transfer such as [[SFTP]] and [[SCP]].&lt;br /&gt;
&lt;br /&gt;
==Connecting to an SSH Server==&lt;br /&gt;
Under RedHat Linux 3, 4, and 5, and Mac OS X, the following command from a terminal will connect a client computer to the UMIACS [[OpenLAB]].&lt;br /&gt;
 # ssh bkirz@openlab.umiacs.umd.edu&lt;br /&gt;
This will give you access to a terminal on any one of the [[OpenLAB]] servers.  Note that by default you will not have access to applications that require X11 to run.&lt;br /&gt;
&lt;br /&gt;
On Windows XP or Vista hosts there are no SFTP clients installed by default.  Users can install either which will enable SSH and SFTP access.&lt;br /&gt;
&lt;br /&gt;
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY]&lt;br /&gt;
* [http://ttssh2.sourceforge.jp/ ttssh2]&lt;br /&gt;
&lt;br /&gt;
Alternatively, all users can use the UMIACS Intranet SFTP Web Applet located [https://intranet.umiacs.umd.edu/ssh/ here] without installing any additional software.&lt;br /&gt;
&lt;br /&gt;
==X11 Forwarding==&lt;br /&gt;
By default, SSH only gives the user shell access to a host.  Enabling X11 Forwarding allows users to run applications with Graphical User Interfaces.&lt;br /&gt;
&lt;br /&gt;
Under RedHat Linux 3, 4, and 5, and Mac OS X, the following command from a terminal will connect a client computer to the UMIACS [[OpenLAB]] using X11 Forwarding.&lt;br /&gt;
 # ssh &#039;&#039;&#039;-X&#039;&#039;&#039; bkirz@openlab.umiacs.umd.edu&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Mac users must have X11 installed in their systems for X11 forwarding to work.  This can be checked by looking for X11.app in /Applications/Utilities.  You can find the installer [http://www.apple.com/support/downloads/x11formacosx.html here].&lt;br /&gt;
&lt;br /&gt;
Windows users can enable X11 forwarding on UMIACS desktops by using cygwin to ssh -X.&lt;br /&gt;
If you do not have Cygwin, you will need to forward X through Xming.&lt;br /&gt;
First, enable X forwarding on your secure ssh client. The option is under tunneling in the ssh client settings. This only has to be done once.&lt;br /&gt;
[[Image:sshXForward.jpg]]&lt;br /&gt;
&lt;br /&gt;
After this has been done, every time you want to use X forwarding, you need to make sure Xming has been started (it will appear in your task tray) through the start menu programs.&lt;br /&gt;
Now, you will be able to use Xwindow programs from your ssh client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the UMIACS Intranet SFTP Web Applet does &#039;&#039;not&#039;&#039; allow X11 Forwarding.&lt;br /&gt;
&lt;br /&gt;
==SSH Tunneling==&lt;br /&gt;
&lt;br /&gt;
You can tunnel one or more ports through an SSH connection such that your packets will look like they are coming from the host you are tunneling to.   This is helpful for services that you would be normally blocked by a firewall.&lt;br /&gt;
&lt;br /&gt;
Please see the [[SecureShellTunneling]] page for more information.&lt;br /&gt;
&lt;br /&gt;
==Passwordless SSH with SSH Keys==&lt;br /&gt;
&lt;br /&gt;
There are some situations where it is important to be able to ssh without entering a password.  This is mostly required when working in clusters.  This is done using ssh keys.  Instead of authenticating with a password, ssh can use a pre-defined set of encryption keys to establish an authorized connection.  To setup passwordless ssh, do the following.&lt;br /&gt;
&lt;br /&gt;
First, create an ssh key pair:&lt;br /&gt;
&lt;br /&gt;
  # ssh-keygen -t dsa&lt;br /&gt;
&lt;br /&gt;
The command will prompt you for a passphrase.  If you use a password, you will need to enter it at the beginning of your work session.  This is preferable as it is more secure but may cause problems for some clustered work  If you simply hit &#039;&#039;&#039;[enter]&#039;&#039;&#039;, you will never be prompted for a password when ssh&#039;ing which can lead to security problems.&lt;br /&gt;
&lt;br /&gt;
This will produce two files, &#039;&#039;&#039;id_dsa&#039;&#039;&#039; and &#039;&#039;&#039;id_dsa.pub&#039;&#039;&#039;, the private and public keys respectively.  Once you&#039;ve created the keys, you will need to put them into place as follows:&lt;br /&gt;
&lt;br /&gt;
  # mkdir ~/.ssh&lt;br /&gt;
  # chmod 700 ~/.ssh&lt;br /&gt;
  # mv id_dsa ~/.ssh&lt;br /&gt;
  # chmod 600 ~/.ssh/id_dsa&lt;br /&gt;
  # touch ~/.ssh/authorized_keys2&lt;br /&gt;
  # chmod 600 ~/.ssh/authorized_keys2&lt;br /&gt;
  # cat id_dsa.pub &amp;gt;&amp;gt; authorized_keys2&lt;br /&gt;
  # rm id_dsa.pub&lt;br /&gt;
&lt;br /&gt;
It is &#039;&#039;&#039;very&#039;&#039;&#039; important that you keep your private key secure!  Ensure that it is chmod&#039;d to 600 and that you do not put it anywhere visible to other users!&lt;br /&gt;
&lt;br /&gt;
If you did not select a passphrase when you generated your keys, you can now ssh without a password.  If you did select a passphrase, you will need to activate the keys as follows:&lt;br /&gt;
&lt;br /&gt;
  # ssh-agent [SHELL]&lt;br /&gt;
  # ssh-add -t [TIME]&lt;br /&gt;
&lt;br /&gt;
In this case, &amp;quot;[SHELL]&amp;quot; is your preferred shell and &amp;quot;[TIME]&amp;quot; is the amount of time you&#039;d like the key to be active in seconds.  So, the following would start a bash shell with passwordless ssh active for 30 minutes:&lt;br /&gt;
&lt;br /&gt;
  # ssh-agent bash&lt;br /&gt;
  # ssh-add -t 1800&lt;br /&gt;
&lt;br /&gt;
You will be prompted for your passphrase and, when entered correctly, you will be able to ssh without entering a password.&lt;br /&gt;
&lt;br /&gt;
To disable this functionality, simply delete your private key file (&#039;&#039;&#039;~/.ssh/id_dsa&#039;&#039;&#039;) and remove the public key from your &#039;&#039;&#039;~/.ssh/authorized_keys2&#039;&#039;&#039; file.&lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
[http://www.openssh.org/ OpenSSH]&lt;br /&gt;
&lt;br /&gt;
[http://www.openssh.com/windows.html Windows Clients]&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureShell&amp;diff=2452</id>
		<title>SecureShell</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=SecureShell&amp;diff=2452"/>
		<updated>2009-03-04T23:47:36Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* X11 Forwarding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Secure Shell (or [http://en.wikipedia.org/wiki/Secure_Shell SSH]) is a network protocol allowing two computers to exchange data securely over an insecure network.  By default use of SSH brings the user to a terminal, but the protocol can be used for other types of data transfer such as [[SFTP]] and [[SCP]].&lt;br /&gt;
&lt;br /&gt;
==Connecting to an SSH Server==&lt;br /&gt;
Under RedHat Linux 3, 4, and 5, and Mac OS X, the following command from a terminal will connect a client computer to the UMIACS [[OpenLAB]].&lt;br /&gt;
 # ssh bkirz@openlab.umiacs.umd.edu&lt;br /&gt;
This will give you access to a terminal on any one of the [[OpenLAB]] servers.  Note that by default you will not have access to applications that require X11 to run.&lt;br /&gt;
&lt;br /&gt;
On Windows XP or Vista hosts there are no SFTP clients installed by default.  Users can install either which will enable SSH and SFTP access.&lt;br /&gt;
&lt;br /&gt;
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY]&lt;br /&gt;
* [http://ttssh2.sourceforge.jp/ ttssh2]&lt;br /&gt;
&lt;br /&gt;
Alternatively, all users can use the UMIACS Intranet SFTP Web Applet located [https://intranet.umiacs.umd.edu/ssh/ here] without installing any additional software.&lt;br /&gt;
&lt;br /&gt;
==X11 Forwarding==&lt;br /&gt;
By default, SSH only gives the user shell access to a host.  Enabling X11 Forwarding allows users to run applications with Graphical User Interfaces.&lt;br /&gt;
&lt;br /&gt;
Under RedHat Linux 3, 4, and 5, and Mac OS X, the following command from a terminal will connect a client computer to the UMIACS [[OpenLAB]] using X11 Forwarding.&lt;br /&gt;
 # ssh &#039;&#039;&#039;-X&#039;&#039;&#039; bkirz@openlab.umiacs.umd.edu&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Mac users must have X11 installed in their systems for X11 forwarding to work.  This can be checked by looking for X11.app in /Applications/Utilities.  You can find the installer [http://www.apple.com/support/downloads/x11formacosx.html here].&lt;br /&gt;
&lt;br /&gt;
Windows users can enable X11 forwarding on UMIACS desktops by using cygwin to ssh -X.&lt;br /&gt;
If you do not have Cygwin, you will need to forward X through Xming.&lt;br /&gt;
First, enable X forwarding on your secure ssh client. The option is under tunneling in the ssh client settings. This only has to be done once.&lt;br /&gt;
&lt;br /&gt;
After this has been done, every time you want to use X forwarding, you need to make sure Xming has been started (it will appear in your task tray) through the start menu programs.&lt;br /&gt;
Now, you will be able to use Xwindow programs from your ssh client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that the UMIACS Intranet SFTP Web Applet does &#039;&#039;not&#039;&#039; allow X11 Forwarding.&lt;br /&gt;
&lt;br /&gt;
==SSH Tunneling==&lt;br /&gt;
&lt;br /&gt;
You can tunnel one or more ports through an SSH connection such that your packets will look like they are coming from the host you are tunneling to.   This is helpful for services that you would be normally blocked by a firewall.&lt;br /&gt;
&lt;br /&gt;
Please see the [[SecureShellTunneling]] page for more information.&lt;br /&gt;
&lt;br /&gt;
==Passwordless SSH with SSH Keys==&lt;br /&gt;
&lt;br /&gt;
There are some situations where it is important to be able to ssh without entering a password.  This is mostly required when working in clusters.  This is done using ssh keys.  Instead of authenticating with a password, ssh can use a pre-defined set of encryption keys to establish an authorized connection.  To setup passwordless ssh, do the following.&lt;br /&gt;
&lt;br /&gt;
First, create an ssh key pair:&lt;br /&gt;
&lt;br /&gt;
  # ssh-keygen -t dsa&lt;br /&gt;
&lt;br /&gt;
The command will prompt you for a passphrase.  If you use a password, you will need to enter it at the beginning of your work session.  This is preferable as it is more secure but may cause problems for some clustered work  If you simply hit &#039;&#039;&#039;[enter]&#039;&#039;&#039;, you will never be prompted for a password when ssh&#039;ing which can lead to security problems.&lt;br /&gt;
&lt;br /&gt;
This will produce two files, &#039;&#039;&#039;id_dsa&#039;&#039;&#039; and &#039;&#039;&#039;id_dsa.pub&#039;&#039;&#039;, the private and public keys respectively.  Once you&#039;ve created the keys, you will need to put them into place as follows:&lt;br /&gt;
&lt;br /&gt;
  # mkdir ~/.ssh&lt;br /&gt;
  # chmod 700 ~/.ssh&lt;br /&gt;
  # mv id_dsa ~/.ssh&lt;br /&gt;
  # chmod 600 ~/.ssh/id_dsa&lt;br /&gt;
  # touch ~/.ssh/authorized_keys2&lt;br /&gt;
  # chmod 600 ~/.ssh/authorized_keys2&lt;br /&gt;
  # cat id_dsa.pub &amp;gt;&amp;gt; authorized_keys2&lt;br /&gt;
  # rm id_dsa.pub&lt;br /&gt;
&lt;br /&gt;
It is &#039;&#039;&#039;very&#039;&#039;&#039; important that you keep your private key secure!  Ensure that it is chmod&#039;d to 600 and that you do not put it anywhere visible to other users!&lt;br /&gt;
&lt;br /&gt;
If you did not select a passphrase when you generated your keys, you can now ssh without a password.  If you did select a passphrase, you will need to activate the keys as follows:&lt;br /&gt;
&lt;br /&gt;
  # ssh-agent [SHELL]&lt;br /&gt;
  # ssh-add -t [TIME]&lt;br /&gt;
&lt;br /&gt;
In this case, &amp;quot;[SHELL]&amp;quot; is your preferred shell and &amp;quot;[TIME]&amp;quot; is the amount of time you&#039;d like the key to be active in seconds.  So, the following would start a bash shell with passwordless ssh active for 30 minutes:&lt;br /&gt;
&lt;br /&gt;
  # ssh-agent bash&lt;br /&gt;
  # ssh-add -t 1800&lt;br /&gt;
&lt;br /&gt;
You will be prompted for your passphrase and, when entered correctly, you will be able to ssh without entering a password.&lt;br /&gt;
&lt;br /&gt;
To disable this functionality, simply delete your private key file (&#039;&#039;&#039;~/.ssh/id_dsa&#039;&#039;&#039;) and remove the public key from your &#039;&#039;&#039;~/.ssh/authorized_keys2&#039;&#039;&#039; file.&lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
[http://www.openssh.org/ OpenSSH]&lt;br /&gt;
&lt;br /&gt;
[http://www.openssh.com/windows.html Windows Clients]&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2273</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2273"/>
		<updated>2008-11-06T22:27:34Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* Duplex Printing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [[WindowsPrintMigration]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Printing away from UMIACS==&lt;br /&gt;
&lt;br /&gt;
In order to print from outside the umiacs network, you must first connect to the vpn for [[WindowsXPVPN|windows]] or for [[MacOSXVPN|mac]]. After you are connected, follow the instructions for adding a printer queue below. Please note that you must be on the VPN whenever your print. &lt;br /&gt;
&lt;br /&gt;
==Installation of printer queue==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless network. &lt;br /&gt;
&lt;br /&gt;
To add the printer queues:&lt;br /&gt;
&lt;br /&gt;
Goto start -&amp;gt; run, type in \\printers.pc.umiacs.umd.edu and press enter.&lt;br /&gt;
[[Image:runPrintersDialogue.PNG]]&lt;br /&gt;
&lt;br /&gt;
Search for the correct queue you want to add. &lt;br /&gt;
The queues are named based on their room number, and appended with an &#039;296-&#039; if they are in the bioinformatics building. &lt;br /&gt;
&lt;br /&gt;
The presence of an nb suffix means that it will not print a banner page containing user name of the person who submitted the print job before printing it out. The name should be similar to the one we just deleted, since we are simply re-adding it. &lt;br /&gt;
Printers beginning with an optional &#039;c&#039; indicate that the printer is a color printer.&lt;br /&gt;
The &#039;ps&#039; or &#039;pcl&#039; label that comes before the room number indicates the drivers that the queue will be installed with. Both should work equally well. However, if you are having trouble printing out of a ps queue, please try installing the pcl one.&lt;br /&gt;
[[Image:printers.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Double click the printer that you are trying to add, and windows will automatically add it to your computer, and a display of the print queue will pop up (which you can close).&lt;br /&gt;
&lt;br /&gt;
[[Image:printersQueue.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter printers.pc.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
To check to see if the printer has added successfully, goto start, and click on control panel and click &#039;Printers and Faxes.&#039; If the printer is there (in this case, it would be &#039;cps3142 on PRINTERS&#039;), then the add was successful.&lt;br /&gt;
&lt;br /&gt;
In order to set a printer as default, right click the printer in the printers and faxes windows and select set as default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please do this for all the queues that you may need to use.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. To make duplex printing default, first make sure the appropriate printer queue is installed via the directions above. Afterwards, go to start-&amp;gt;printers and faxes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Printsandfaxes.PNG]]&lt;br /&gt;
&lt;br /&gt;
Rightclick on the queue that you want to print duplex and hit properties.&lt;br /&gt;
On the next menu, hit printing preferences.&lt;br /&gt;
&lt;br /&gt;
[[Image:printerProperties.PNG]]&lt;br /&gt;
&lt;br /&gt;
Then, the preferences menu should come up. YOu can selected which type of duplex you want under the &#039;Print on Both Sides&#039; section.&lt;br /&gt;
&lt;br /&gt;
[[Image:duplex.PNG]]&lt;br /&gt;
&lt;br /&gt;
After you have made your changes, hit okay to get out of the menus.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2272</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2272"/>
		<updated>2008-11-06T22:27:08Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* Windows Printing Guide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [[WindowsPrintMigration]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Printing away from UMIACS==&lt;br /&gt;
&lt;br /&gt;
In order to print from outside the umiacs network, you must first connect to the vpn for [[WindowsXPVPN|windows]] or for [[MacOSXVPN|mac]]. After you are connected, follow the instructions for adding a printer queue below. Please note that you must be on the VPN whenever your print. &lt;br /&gt;
&lt;br /&gt;
==Installation of printer queue==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless network. &lt;br /&gt;
&lt;br /&gt;
To add the printer queues:&lt;br /&gt;
&lt;br /&gt;
Goto start -&amp;gt; run, type in \\printers.pc.umiacs.umd.edu and press enter.&lt;br /&gt;
[[Image:runPrintersDialogue.PNG]]&lt;br /&gt;
&lt;br /&gt;
Search for the correct queue you want to add. &lt;br /&gt;
The queues are named based on their room number, and appended with an &#039;296-&#039; if they are in the bioinformatics building. &lt;br /&gt;
&lt;br /&gt;
The presence of an nb suffix means that it will not print a banner page containing user name of the person who submitted the print job before printing it out. The name should be similar to the one we just deleted, since we are simply re-adding it. &lt;br /&gt;
Printers beginning with an optional &#039;c&#039; indicate that the printer is a color printer.&lt;br /&gt;
The &#039;ps&#039; or &#039;pcl&#039; label that comes before the room number indicates the drivers that the queue will be installed with. Both should work equally well. However, if you are having trouble printing out of a ps queue, please try installing the pcl one.&lt;br /&gt;
[[Image:printers.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Double click the printer that you are trying to add, and windows will automatically add it to your computer, and a display of the print queue will pop up (which you can close).&lt;br /&gt;
&lt;br /&gt;
[[Image:printersQueue.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter printers.pc.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
To check to see if the printer has added successfully, goto start, and click on control panel and click &#039;Printers and Faxes.&#039; If the printer is there (in this case, it would be &#039;cps3142 on PRINTERS&#039;), then the add was successful.&lt;br /&gt;
&lt;br /&gt;
In order to set a printer as default, right click the printer in the printers and faxes windows and select set as default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please do this for all the queues that you may need to use.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. To make duplex printing default, first make sure the appropriate printer queue is installed via the directions above. Afterwards, go to start-&amp;gt;printers and faxes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Printsandfaxes.PNG]]&lt;br /&gt;
Rightclick on the queue that you want to print duplex and hit properties.&lt;br /&gt;
On the next menu, hit printing preferences.&lt;br /&gt;
&lt;br /&gt;
[[Image:printerProperties.PNG]]&lt;br /&gt;
Then, the preferences menu should come up. YOu can selected which type of duplex you want under the &#039;Print on Both Sides&#039; section.&lt;br /&gt;
&lt;br /&gt;
[[Image:duplex.PNG]]&lt;br /&gt;
After you have made your changes, hit okay to get out of the menus.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2239</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2239"/>
		<updated>2008-10-07T18:32:43Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [[WindowsPrintMigration]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
==Installation of printer queue==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless network. &lt;br /&gt;
&lt;br /&gt;
To add the printer queues:&lt;br /&gt;
&lt;br /&gt;
Goto start -&amp;gt; run, type in \\printers.pc.umiacs.umd.edu and press enter.&lt;br /&gt;
[[Image:runPrintersDialogue.PNG]]&lt;br /&gt;
&lt;br /&gt;
Search for the correct queue you want to add. &lt;br /&gt;
The queues are named based on their room number, and appended with an &#039;296-&#039; if they are in the bioinformatics building. &lt;br /&gt;
&lt;br /&gt;
The presence of an nb suffix means that it will not print a banner page containing user name of the person who submitted the print job before printing it out. The name should be similar to the one we just deleted, since we are simply re-adding it. &lt;br /&gt;
Printers beginning with an optional &#039;c&#039; indicate that the printer is a color printer.&lt;br /&gt;
The &#039;ps&#039; or &#039;pcl&#039; label that comes before the room number indicates the drivers that the queue will be installed with. Both should work equally well. However, if you are having trouble printing out of a ps queue, please try installing the pcl one.&lt;br /&gt;
[[Image:printers.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Double click the printer that you are trying to add, and windows will automatically add it to your computer, and a display of the print queue will pop up (which you can close).&lt;br /&gt;
&lt;br /&gt;
[[Image:printersQueue.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter printers.pc.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
To check to see if the printer has added successfully, goto start, and click on control panel and click &#039;Printers and Faxes.&#039; If the printer is there (in this case, it would be &#039;cps3142 on PRINTERS&#039;), then the add was successful.&lt;br /&gt;
&lt;br /&gt;
In order to set a printer as default, right click the printer in the printers and faxes windows and select set as default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please do this for all the queues that you may need to use.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. For a list please see the ‘what printers can do what’ section. To use duplex Click on File-&amp;gt;Printing and select your printer, then click on properties. Depending on the model of the printer this option will be located in different places and may be called different things. Usually it will located on the first screen.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2238</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2238"/>
		<updated>2008-10-07T18:29:19Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [[WindowsPrintMigration]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless netowork. To see a list of printers available please visit this link \\printers.pc.umiacs.umd.edu. &lt;br /&gt;
[[Image:printers.PNG]]&lt;br /&gt;
&lt;br /&gt;
Search for the correct queue you want to add. &lt;br /&gt;
The queues are named based on their room number, and appended with an &#039;296-&#039; if they are in the bioinformatics building. &lt;br /&gt;
&lt;br /&gt;
The presence of an nb suffix means that it will not print a banner page containing user name of the person who submitted the print job before printing it out. The name should be similar to the one we just deleted, since we are simply re-adding it. &lt;br /&gt;
Printers beginning with an optional &#039;c&#039; indicate that the printer is a color printer.&lt;br /&gt;
The &#039;ps&#039; or &#039;pcl&#039; label that comes before the room number indicates the drivers that the queue will be installed with. Both should work equally well. However, if you are having trouble printing out of a ps queue, please try installing the pcl one.&lt;br /&gt;
&lt;br /&gt;
Double click the printer that you are trying to add, and windows will automatically add it to your computer, and a display of the print queue will pop up (which you can close).&lt;br /&gt;
&lt;br /&gt;
[[Image:printersQueue.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter printers.pc.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. For a list please see the ‘what printers can do what’ section. To use duplex Click on File-&amp;gt;Printing and select your printer, then click on properties. Depending on the model of the printer this option will be located in different places and may be called different things. Usually it will located on the first screen.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2236</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2236"/>
		<updated>2008-10-07T18:27:31Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [[WindowsPrintMigration]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless netowork. To see a list of printers available please visit this link \\printers.pc.umiacs.umd.edu. &lt;br /&gt;
[[Image:printers.PNG]]&lt;br /&gt;
Search for the correct queue you want to add. The queues are named based on their room number, and appended with an &#039;296-&#039; if they are in the bioinformatics building. &lt;br /&gt;
The presence of an nb suffix means that it will not print a banner page containing user name of the person who submitted the print job before printing it out. The name should be similar to the one we just deleted, since we are simply readding it. &lt;br /&gt;
Printers beginning with an optional &#039;c&#039; indicate that the printer is a color printer.&lt;br /&gt;
The &#039;ps&#039; or &#039;pcl&#039; label that comes before the room number indicates the drivers that the queue will be installed with. Both should work equally well. However, if you are having trouble printing out of a ps queue, please try installing the pcl one.&lt;br /&gt;
To add the printer to your local print queue, you just need to double click it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter printers.pc.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. For a list please see the ‘what printers can do what’ section. To use duplex Click on File-&amp;gt;Printing and select your printer, then click on properties. Depending on the model of the printer this option will be located in different places and may be called different things. Usually it will located on the first screen.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2235</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=2235"/>
		<updated>2008-10-07T18:24:33Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [[WindowsPrintMigration]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless netowork. To see a list of printers available please visit this link \\printers.pc.umiacs.umd.edu.  Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter printers.pc.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. For a list please see the ‘what printers can do what’ section. To use duplex Click on File-&amp;gt;Printing and select your printer, then click on properties. Depending on the model of the printer this option will be located in different places and may be called different things. Usually it will located on the first screen.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=1725</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=1725"/>
		<updated>2007-06-26T18:33:06Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [[WindowsPrintMigration]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless netowork. To see a list of printers available please visit this link \\booboo.pc.umiacs.umd.edu.  Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter booboo.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. For a list please see the ‘what printers can do what’ section. To use duplex Click on File-&amp;gt;Printing and select your printer, then click on properties. Depending on the model of the printer this option will be located in different places and may be called different things. Usually it will located on the first screen.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=1724</id>
		<title>WindowsPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPrinting&amp;diff=1724"/>
		<updated>2007-06-26T18:32:25Z</updated>

		<summary type="html">&lt;p&gt;Rogerk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Windows Printing Guide=&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This will guide you through the process of installing and using the printers here at UMIACS.&lt;br /&gt;
&lt;br /&gt;
For help with printer migration, please see [WindowsPrintMigration]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Please note that this applies to machines on any UMIACS network. This includes all proxy networks and the vast majority of machines in the labs but not the wireless netowork. To see a list of printers available please visit this link \\booboo.pc.umiacs.umd.edu.  Alternatively, if this does not work, you can right click on ‘My Network Places’, click ‘Search for computers…’ and enter booboo.umiacs.umd.edu.  If you&#039;re connecting from the wireless network, or from a proxy network, you will have to log in. In the field where the login dialog asks for your name, put in  PC\username. Here you will see all the printers in UMIACS. To use any of the printers you will need to install it first. The four-digit number in the name of the printer is the room that it is located in. Select a printer that you wish and double click it. You should a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click yes and the printer will be installed on your machine. It will now appear in the list of printers in Start-&amp;gt;Settings-&amp;gt;Printers. It will be available to print to from all applications.&lt;br /&gt;
&lt;br /&gt;
In most applications you can go to File-&amp;gt;Printing and you will see a number of options available for the printer. Depending on what printer you have selected, different options will appear.&lt;br /&gt;
&lt;br /&gt;
==Duplex Printing==&lt;br /&gt;
&lt;br /&gt;
Many printers in UMIACS support duplex (or 2 sided) printing. For a list please see the ‘what printers can do what’ section. To use duplex Click on File-&amp;gt;Printing and select your printer, then click on properties. Depending on the model of the printer this option will be located in different places and may be called different things. Usually it will located on the first screen.&lt;br /&gt;
&lt;br /&gt;
==Transparencies, Special Paper and Secure Printing==&lt;br /&gt;
&lt;br /&gt;
Jobs that require special media (such as letter head, transparencies, etc.) can be printed to the printers that support job retention (link…..). Job retention enables you to send your job to the printer and have it held in the printer until you release it. When you print a job with job retention you can get your media, load it into the printer via the manual feed and then print. To print with job retention select a printer that supports this feature and click properties. Then select the Destination tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint2.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select the options button.&lt;br /&gt;
&lt;br /&gt;
[[Image:Windowsprint3.jpg]]&lt;br /&gt;
&lt;br /&gt;
Select Private Job and file in a title and PIN number and select ok. Once the job has been sent you will need to retrieve it from the printer. Go to the printer and follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Press MENU repeatedly until PRIVATE/STORED JOBS MENU appears.&lt;br /&gt;
&lt;br /&gt;
* Press ITEM until the desired job name appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT. PIN:0000 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + to change the first number of the PIN, and then press SELECT. An * appears in place of the number. Repeat these steps to change the remaining three numbers of the PIN. COPIES=1 appears.&lt;br /&gt;
&lt;br /&gt;
* Press - VALUE + until the desired number of copies appears.&lt;br /&gt;
&lt;br /&gt;
* Press SELECT to print the job.&lt;/div&gt;</summary>
		<author><name>Rogerk</name></author>
	</entry>
</feed>