document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-58648\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\"># on the slice\n<\/div><div class=\"line\" id=\"LC2\">mkdir ~/.ssh\n<\/div><div class=\"line\" id=\"LC3\">chmod 700 ~/.ssh\n<\/div><div class=\"line\" id=\"LC4\">vim ~/.ssh/authorized_keys (use vim, nano, vi whichever you prefer)\n<\/div><div class=\"line\" id=\"LC5\"># Paste in your public key (from local ~/.ssh/id_[rd]sa.pub)\n<\/div><div class=\"line\" id=\"LC6\">&nbsp;<\/div><div class=\"line\" id=\"LC7\"># grabbing your public key from your local\n<\/div><div class=\"line\" id=\"LC8\">cd ~/.ssh\n<\/div><div class=\"line\" id=\"LC9\">cat id_rsa.pub\n<\/div><div class=\"line\" id=\"LC10\"># Copy the entire output and paste it on ~/.ssh/authorized_keys\n<\/div><div class=\"line\" id=\"LC11\"># my public key does not require me to put in my password<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/58648/61b8be4627e2b0a0b9736e35b2269f794add29f7/Setting%20Git%20Remote%20for%20Ubuntu%20Dapper%20G6\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/58648#file_setting git remote for ubuntu dapper g6\" style=\"float:right;margin-right:10px;color:#666\">Setting Git Remote for Ubuntu Dapper G6<\/a>\n          <a href=\"http://gist.github.com/58648\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
