<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I also want to use PKA for other users accounts on the servers (for<br>
website editing and SFTP transfers) where my id on my laptop does NOT<br>
match the user on the server.<br></blockquote></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div>
Since you've already generated an SSH key pair, you can add the public portion of your key to the authorized_keys file for each of the accounts to which you will be connecting.  For example, say I have two accounts on a server, jleafey and webapps.  All I would need to do is to concatenate the public key (id_rsa.pub) to the .ssh/authorized_keys file for each of those accounts.  I would then specify the username when I connect, i.e. "ssh webapps@server" or "ssh jleafey@server".</blockquote>
<div><br></div><div>ah ha, I can <span class="Apple-style-span" style="font-family: Courier; font-size: 14px; ">cat id_rsa.pub >> ~/.ssh/authorized_keys for each user account on the server</span></div><div><span class="Apple-style-span" style="font-family: Courier; font-size: 14px; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: Courier; font-size: 14px; ">Thank you!</span></div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1138">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Courier; background-color: #fffae9}
</style>


<div><br></div></div>