workspace
stringclasses
1 value
channel
stringclasses
1 value
sentences
stringlengths
1
3.93k
ts
stringlengths
26
26
user
stringlengths
2
11
sentence_id
stringlengths
44
53
timestamp
float64
1.5B
1.56B
__index_level_0__
int64
0
106k
pythondev
help
are you sure you need to convert the `pw` to bytes? ¯\_(ツ)_/¯
2019-02-26T09:55:37.801800
Claudine
pythondev_help_Claudine_2019-02-26T09:55:37.801800
1,551,174,937.8018
10,821
pythondev
help
hard to say what's up but the error probably isn't lying
2019-02-26T09:55:48.802200
Claudine
pythondev_help_Claudine_2019-02-26T09:55:48.802200
1,551,174,948.8022
10,822
pythondev
help
it's obviously not receiving the password as it's expecting, so yeah I'd think some encoding issue
2019-02-26T09:56:17.802700
Carlo
pythondev_help_Carlo_2019-02-26T09:56:17.802700
1,551,174,977.8027
10,823
pythondev
help
To those of you with experience with FB chatbots; does there exist a service today that you can feed a list of names, like `Luke Skywalker` and it will look for their FB ID and if successful, send a message?
2019-02-26T10:16:14.805600
Conchita
pythondev_help_Conchita_2019-02-26T10:16:14.805600
1,551,176,174.8056
10,824
pythondev
help
<@Carlo> <@Claudine>..it says expected bytes..got string
2019-02-26T10:20:30.806800
Harvey
pythondev_help_Harvey_2019-02-26T10:20:30.806800
1,551,176,430.8068
10,825
pythondev
help
Any datatable legends in here?
2019-02-26T10:20:35.807100
Nikki
pythondev_help_Nikki_2019-02-26T10:20:35.807100
1,551,176,435.8071
10,826
pythondev
help
So im converting it into bytes
2019-02-26T10:20:39.807400
Harvey
pythondev_help_Harvey_2019-02-26T10:20:39.807400
1,551,176,439.8074
10,827
pythondev
help
I'm wondering if it's possible to define the columns of the table server side along with the table JSON data?
2019-02-26T10:21:23.808600
Nikki
pythondev_help_Nikki_2019-02-26T10:21:23.808600
1,551,176,483.8086
10,828
pythondev
help
Your password is being passed in wrong.
2019-02-26T10:21:35.809100
Jonas
pythondev_help_Jonas_2019-02-26T10:21:35.809100
1,551,176,495.8091
10,829
pythondev
help
Debug why. Print `repr()` of the password and ensure it's correct.
2019-02-26T10:21:45.809600
Jonas
pythondev_help_Jonas_2019-02-26T10:21:45.809600
1,551,176,505.8096
10,830
pythondev
help
Maybe there is a newline on the end. Maybe there is an extra character.
2019-02-26T10:22:10.810000
Jonas
pythondev_help_Jonas_2019-02-26T10:22:10.810000
1,551,176,530.81
10,831
pythondev
help
<@Nikki> if this is jquery datatables, yes
2019-02-26T10:23:15.810300
Hiroko
pythondev_help_Hiroko_2019-02-26T10:23:15.810300
1,551,176,595.8103
10,832
pythondev
help
IIRC that’s covered in their docs
2019-02-26T10:23:25.810500
Hiroko
pythondev_help_Hiroko_2019-02-26T10:23:25.810500
1,551,176,605.8105
10,833
pythondev
help
Q. Can I define my columns in Ajax loaded JSON? A. This is not currently a native feature in DataTables (although it is likely to be added in future). Instead, you would need to load the JSON data using $.ajax and assign the column definition array using the columns option. <https://datatables.net/faqs/>
2019-02-26T10:23:42.810800
Nikki
pythondev_help_Nikki_2019-02-26T10:23:42.810800
1,551,176,622.8108
10,834
pythondev
help
<https://datatables.net/examples/data_sources/server_side>
2019-02-26T10:23:56.811000
Hiroko
pythondev_help_Hiroko_2019-02-26T10:23:56.811000
1,551,176,636.811
10,835
pythondev
help
I think that's only the data not the actual columns
2019-02-26T10:24:25.811400
Nikki
pythondev_help_Nikki_2019-02-26T10:24:25.811400
1,551,176,665.8114
10,836
pythondev
help
I have that currently set but I want to create a 'report builder' where the users can select different data points so the columns would need to be dynamic rather than predefined
2019-02-26T10:25:27.812500
Nikki
pythondev_help_Nikki_2019-02-26T10:25:27.812500
1,551,176,727.8125
10,837
pythondev
help
I'm using flask so I could do some kind of `if` statement with jinja but it feels a bit messy
2019-02-26T10:26:28.813200
Nikki
pythondev_help_Nikki_2019-02-26T10:26:28.813200
1,551,176,788.8132
10,838
pythondev
help
you could use the api to hide/show columns after you received your json data. although that could be kind of messy depending on how you implement it
2019-02-26T10:27:40.814200
Jorge
pythondev_help_Jorge_2019-02-26T10:27:40.814200
1,551,176,860.8142
10,839
pythondev
help
Yea not sure - shame you can't just define them in the JSON
2019-02-26T10:28:54.814600
Nikki
pythondev_help_Nikki_2019-02-26T10:28:54.814600
1,551,176,934.8146
10,840
pythondev
help
My js skills are not very good
2019-02-26T10:29:14.814900
Nikki
pythondev_help_Nikki_2019-02-26T10:29:14.814900
1,551,176,954.8149
10,841
pythondev
help
as in I have no js skills lol
2019-02-26T10:29:23.815200
Nikki
pythondev_help_Nikki_2019-02-26T10:29:23.815200
1,551,176,963.8152
10,842
pythondev
help
i havent tried this in datatables, but you could wait to create the datatables object itself until you actually select your fields/receive your json
2019-02-26T10:30:33.816200
Jorge
pythondev_help_Jorge_2019-02-26T10:30:33.816200
1,551,177,033.8162
10,843
pythondev
help
you'd also probably need to create the associated html at that time too
2019-02-26T10:31:01.816700
Jorge
pythondev_help_Jorge_2019-02-26T10:31:01.816700
1,551,177,061.8167
10,844
pythondev
help
Yea, I'm wondering if Jinja conditions is the way to go
2019-02-26T10:31:36.817100
Nikki
pythondev_help_Nikki_2019-02-26T10:31:36.817100
1,551,177,096.8171
10,845
pythondev
help
<@Nikki> definitely use ajax, not jinja
2019-02-26T10:41:00.817600
Mariah
pythondev_help_Mariah_2019-02-26T10:41:00.817600
1,551,177,660.8176
10,846
pythondev
help
None
2019-02-26T10:41:47.818200
Mariah
pythondev_help_Mariah_2019-02-26T10:41:47.818200
1,551,177,707.8182
10,847
pythondev
help
As you can see I’m creating the column headers and column datas in generateStackTable()
2019-02-26T10:42:36.819000
Mariah
pythondev_help_Mariah_2019-02-26T10:42:36.819000
1,551,177,756.819
10,848
pythondev
help
Anybody whose solid with Docker want to help me “convert” a bash script to use within a Dockerfile? It has a couple wgets, apt-get installs, etc that are linux capable, but the script itself needs to run with another file within a new docker image. This was my first direction: <https://stackoverflow.com/questions/37471709/how-do-i-write-a-dockerfile-to-execute-a-simple-bash-script>
2019-02-26T10:44:36.820500
Mariah
pythondev_help_Mariah_2019-02-26T10:44:36.820500
1,551,177,876.8205
10,849
pythondev
help
thanks
2019-02-26T10:47:37.820900
Nikki
pythondev_help_Nikki_2019-02-26T10:47:37.820900
1,551,178,057.8209
10,850
pythondev
help
does the json data need to be in a different format?
2019-02-26T10:47:53.821100
Nikki
pythondev_help_Nikki_2019-02-26T10:47:53.821100
1,551,178,073.8211
10,851
pythondev
help
<#C07EFMZ1N|help> I am trying to send mail using python via smtp. I need to save mail locally in any format along with attachments. Need help in saving the mail locally along with attachments
2019-02-26T10:51:22.823700
Annalee
pythondev_help_Annalee_2019-02-26T10:51:22.823700
1,551,178,282.8237
10,852
pythondev
help
Knowing how to ask a good question is a highly invaluable skill that will benefit you greatly in any career. Two good resources for suggestions and strategies to help you structure and phrase your question to make it easier for those here to understand your problem and help you work to a solution are: • <https://www.mikeash.com/getting_answers.html> • <https://stackoverflow.com/help/how-to-ask>
2019-02-26T10:52:16.823800
Leana
pythondev_help_Leana_2019-02-26T10:52:16.823800
1,551,178,336.8238
10,853
pythondev
help
<@Annalee> you're looking for the SMTPLib. <https://docs.python.org/3/library/smtplib.html#smtp-example>
2019-02-26T10:58:40.824700
Carmen
pythondev_help_Carmen_2019-02-26T10:58:40.824700
1,551,178,720.8247
10,854
pythondev
help
There are probably lots of people that don't have a unique name. I don't think that will wor'mk
2019-02-26T10:58:48.824800
Jimmy
pythondev_help_Jimmy_2019-02-26T10:58:48.824800
1,551,178,728.8248
10,855
pythondev
help
Since you have to construct the entire message before sending it, you'll have all of the message available in your script to be saved wherever you want it to be.
2019-02-26T10:59:24.825800
Carmen
pythondev_help_Carmen_2019-02-26T10:59:24.825800
1,551,178,764.8258
10,856
pythondev
help
<@Carmen> Thank you for your reply. I am able to send email. But the requirement is I need to save the mail sent in say pdf format or .msg format along with the attachments sent in the mail
2019-02-26T11:00:36.826900
Annalee
pythondev_help_Annalee_2019-02-26T11:00:36.826900
1,551,178,836.8269
10,857
pythondev
help
what happens if attachment is a zip file?
2019-02-26T11:00:58.827200
Hiroko
pythondev_help_Hiroko_2019-02-26T11:00:58.827200
1,551,178,858.8272
10,858
pythondev
help
<@Hiroko> Good question, unfortunately i am not able to find a solution for that. Basically I am stuck saving a single file, If we are able to do with single file, then we can think of zip
2019-02-26T11:02:28.828700
Annalee
pythondev_help_Annalee_2019-02-26T11:02:28.828700
1,551,178,948.8287
10,859
pythondev
help
You're not going to easily be able to save a message in .msg format, since that's a proprietary binary format. <https://docs.python.org/3/library/mailbox.html#module-mailbox> is probably a good bet for giving you the ability to save messages on-disk in a standard fashion.
2019-02-26T11:04:44.829800
Carmen
pythondev_help_Carmen_2019-02-26T11:04:44.829800
1,551,179,084.8298
10,860
pythondev
help
Being perfectly honest, this is a solved problem in-general. You want a mailbox to store messages in. Once you have it there, you can open it and manipulate it using any number of additional tools.
2019-02-26T11:07:19.831300
Carmen
pythondev_help_Carmen_2019-02-26T11:07:19.831300
1,551,179,239.8313
10,861
pythondev
help
I'd recommend mbox, since that's an open *nix standard, but you can choose whatever works best for you.
2019-02-26T11:07:45.832000
Carmen
pythondev_help_Carmen_2019-02-26T11:07:45.832000
1,551,179,265.832
10,862
pythondev
help
<@Carmen> Thank you. I will explore mailbox. There is one problem If I am not wrong mails sent via SMTP are not stored in sent. So using mailbox will not solve this problem
2019-02-26T11:08:57.832900
Annalee
pythondev_help_Annalee_2019-02-26T11:08:57.832900
1,551,179,337.8329
10,863
pythondev
help
Correct. You will need to save the messages before or after sending.
2019-02-26T11:11:00.833300
Carmen
pythondev_help_Carmen_2019-02-26T11:11:00.833300
1,551,179,460.8333
10,864
pythondev
help
I'd be willing to bet there's a tool already in-place that lets you send messages directly from an mbox mailbox, so you'd be able to save the email to disk and then make a library call to send the message from the mbox mailbox.
2019-02-26T11:11:54.834800
Carmen
pythondev_help_Carmen_2019-02-26T11:11:54.834800
1,551,179,514.8348
10,865
pythondev
help
That is what i am trying to do, saving the message locally in some format, so i can re use the mail sent for further steps
2019-02-26T11:12:46.835500
Annalee
pythondev_help_Annalee_2019-02-26T11:12:46.835500
1,551,179,566.8355
10,866
pythondev
help
I can try out this
2019-02-26T11:13:02.835600
Annalee
pythondev_help_Annalee_2019-02-26T11:13:02.835600
1,551,179,582.8356
10,867
pythondev
help
<https://gist.github.com/wojdyr/1176398>
2019-02-26T11:13:59.835900
Carmen
pythondev_help_Carmen_2019-02-26T11:13:59.835900
1,551,179,639.8359
10,868
pythondev
help
This gist will send everything in an mbox mailbox. All you'd need to do is modify it to send the last item in the mailbox, and then just call it after you've saved the message to the mailbox.
2019-02-26T11:15:02.837200
Carmen
pythondev_help_Carmen_2019-02-26T11:15:02.837200
1,551,179,702.8372
10,869
pythondev
help
Is there a way to install pip packages for all users on RHEL as root?
2019-02-26T11:55:41.838000
Korey
pythondev_help_Korey_2019-02-26T11:55:41.838000
1,551,182,141.838
10,870
pythondev
help
Getting this error: [python2.7]$ which pip /bin/pip [python2.7]$ pip list Traceback (most recent call last): File “/bin/pip”, line 6, in &lt;module&gt; from pip._internal import main File “/usr/lib/python2.7/site-packages/pip/_internal/__init__.py”, line 40, in &lt;module&gt; from pip._internal.cli.autocompletion import autocomplete
2019-02-26T11:57:12.838300
Korey
pythondev_help_Korey_2019-02-26T11:57:12.838300
1,551,182,232.8383
10,871
pythondev
help
Fixed it chmod -R 755 /usr/lib64/python2.7/site-packages
2019-02-26T12:06:13.838600
Korey
pythondev_help_Korey_2019-02-26T12:06:13.838600
1,551,182,773.8386
10,872
pythondev
help
:grimacing:
2019-02-26T12:10:26.838800
Hiroko
pythondev_help_Hiroko_2019-02-26T12:10:26.838800
1,551,183,026.8388
10,873
pythondev
help
you like to live dangerously
2019-02-26T12:10:40.839000
Hiroko
pythondev_help_Hiroko_2019-02-26T12:10:40.839000
1,551,183,040.839
10,874
pythondev
help
LOL! Thanks!
2019-02-26T12:14:26.839600
Korey
pythondev_help_Korey_2019-02-26T12:14:26.839600
1,551,183,266.8396
10,875
pythondev
help
I hate doing that. I usually use a user called deploy and install all software on a NFS mounted filesystem with all the applications. This is a one off EC2 instance.
2019-02-26T12:15:21.840600
Korey
pythondev_help_Korey_2019-02-26T12:15:21.840600
1,551,183,321.8406
10,876
pythondev
help
gotcha.
2019-02-26T12:16:28.840800
Hiroko
pythondev_help_Hiroko_2019-02-26T12:16:28.840800
1,551,183,388.8408
10,877
pythondev
help
good that you recognize the downside and its exposure is limited. but without that context, I was more than a little :grimacing:
2019-02-26T12:16:49.841200
Hiroko
pythondev_help_Hiroko_2019-02-26T12:16:49.841200
1,551,183,409.8412
10,878
pythondev
help
hey sometimes context means the "right" way is not the best way to go
2019-02-26T12:59:59.843300
Carlo
pythondev_help_Carlo_2019-02-26T12:59:59.843300
1,551,185,999.8433
10,879
pythondev
help
gotta be able to recognize those times
2019-02-26T13:00:14.844000
Carlo
pythondev_help_Carlo_2019-02-26T13:00:14.844000
1,551,186,014.844
10,880
pythondev
help
hey can anyone please help me with this python question!!! I am stuck with this for a couple of days i hope you all will find it interesting!!
2019-02-26T13:01:07.844200
Hilma
pythondev_help_Hilma_2019-02-26T13:01:07.844200
1,551,186,067.8442
10,881
pythondev
help
your question is of really large scope, where are you stuck, what have you tried?
2019-02-26T13:02:13.844600
Carlo
pythondev_help_Carlo_2019-02-26T13:02:13.844600
1,551,186,133.8446
10,882
pythondev
help
actually i am new to python!! i have tried different method but they all are not substantial!! I know it's large but if you would just divide it in small parts which would be easy for me to solve?
2019-02-26T13:04:44.844800
Hilma
pythondev_help_Hilma_2019-02-26T13:04:44.844800
1,551,186,284.8448
10,883
pythondev
help
Part of learning to develop software is learning the soft skills required to take a large task specification like this and break it into small enough components that you can work on yourself.
2019-02-26T13:05:40.845000
Carmen
pythondev_help_Carmen_2019-02-26T13:05:40.845000
1,551,186,340.845
10,884
pythondev
help
yeah exactly i am trying it!! but i am not able to break it or understand it i don't know!! i am just feeling as if i am not fit for learning python may be!!
2019-02-26T13:08:02.845200
Hilma
pythondev_help_Hilma_2019-02-26T13:08:02.845200
1,551,186,482.8452
10,885
pythondev
help
I'd say the first step is to figure out your algorithm, just as pencil-and-paper steps. Forget about Python, but make sure you know how the problem is supposed to be solved at all.
2019-02-26T13:11:40.845400
Sasha
pythondev_help_Sasha_2019-02-26T13:11:40.845400
1,551,186,700.8454
10,886
pythondev
help
That said, this is a bad task for learning Python... I'd start with something much simpler if you're fresh to the language.
2019-02-26T13:14:25.845600
Sasha
pythondev_help_Sasha_2019-02-26T13:14:25.845600
1,551,186,865.8456
10,887
pythondev
help
i know but i have done the basic syntax and all of python!!Then i joined a competetion for python where they gave us this question!! everyone else was able to solve this except me!!!!!! i though and tried to solve it many times but i don't why i am not able to solve it!! if you would just provide me the direction and divide it in small part then i think it will easy for me solve it
2019-02-26T13:20:21.845800
Hilma
pythondev_help_Hilma_2019-02-26T13:20:21.845800
1,551,187,221.8458
10,888
pythondev
help
Well, like I said, the first step is to figure out your algorithm in general, independently of the code. Understand how the examples arrive at their answers in a way you can describe.
2019-02-26T13:26:16.846100
Sasha
pythondev_help_Sasha_2019-02-26T13:26:16.846100
1,551,187,576.8461
10,889
pythondev
help
as <@Sasha> said, forget about Python, think of it purely logically
2019-02-26T13:26:18.846300
Carlo
pythondev_help_Carlo_2019-02-26T13:26:18.846300
1,551,187,578.8463
10,890
pythondev
help
take an easy shape, and go one step at a time - what's your problem? - what is the desired outcome? - what do you already know? - what do you need to know?
2019-02-26T13:28:13.846500
Carlo
pythondev_help_Carlo_2019-02-26T13:28:13.846500
1,551,187,693.8465
10,891
pythondev
help
outer number present in matrix is to be removed first then i guess the inner matrix should be check one by one if it is less then or greater then outer matrix !!! is it right?
2019-02-26T13:29:15.846800
Hilma
pythondev_help_Hilma_2019-02-26T13:29:15.846800
1,551,187,755.8468
10,892
pythondev
help
You may want to start without considering the case of the depth-0 holes, since that seems to require a different sort of analysis than the regular pools.
2019-02-26T13:30:41.847000
Sasha
pythondev_help_Sasha_2019-02-26T13:30:41.847000
1,551,187,841.847
10,893
pythondev
help
what is the regular one?
2019-02-26T13:31:19.847200
Hilma
pythondev_help_Hilma_2019-02-26T13:31:19.847200
1,551,187,879.8472
10,894
pythondev
help
The regular ones that retain water, I mean.
2019-02-26T13:31:39.847400
Sasha
pythondev_help_Sasha_2019-02-26T13:31:39.847400
1,551,187,899.8474
10,895
pythondev
help
<@Carlo> can you divide the whole problem into small parts ?
2019-02-26T13:33:39.847600
Hilma
pythondev_help_Hilma_2019-02-26T13:33:39.847600
1,551,188,019.8476
10,896
pythondev
help
please help !
2019-02-26T13:50:49.847800
Hilma
pythondev_help_Hilma_2019-02-26T13:50:49.847800
1,551,189,049.8478
10,897
pythondev
help
is this homework or something?
2019-02-26T13:52:26.848000
Mariah
pythondev_help_Mariah_2019-02-26T13:52:26.848000
1,551,189,146.848
10,898
pythondev
help
im not sure what you’re asking
2019-02-26T13:52:51.848200
Mariah
pythondev_help_Mariah_2019-02-26T13:52:51.848200
1,551,189,171.8482
10,899
pythondev
help
<@Hilma> While we want to help you, we also have no intention of doing your work for you. We've given you a path forward for starting to solve the problem. If you're unable or unwilling to put forth the effort needed for it, you need to find a different, easier coding challenge to build up your skills on.
2019-02-26T13:53:40.848400
Carmen
pythondev_help_Carmen_2019-02-26T13:53:40.848400
1,551,189,220.8484
10,900
pythondev
help
Last week I cloned my repo and everything just worked, pushing, pulling etc - I've just done it again into another directory and now it's saying I don't have access - what's that about?
2019-02-26T15:00:49.850400
Nikki
pythondev_help_Nikki_2019-02-26T15:00:49.850400
1,551,193,249.8504
10,901
pythondev
help
ssh-add?
2019-02-26T15:01:48.850600
Hiroko
pythondev_help_Hiroko_2019-02-26T15:01:48.850600
1,551,193,308.8506
10,902
pythondev
help
if you’re cloning through `[email protected]:...`, that means you need your ssh key in the terminal session
2019-02-26T15:02:54.851800
Hiroko
pythondev_help_Hiroko_2019-02-26T15:02:54.851800
1,551,193,374.8518
10,903
pythondev
help
sounds like you might have rebooted or hard exited your terminal, and the key you were using before is no longer in the sssion
2019-02-26T15:03:18.852600
Hiroko
pythondev_help_Hiroko_2019-02-26T15:03:18.852600
1,551,193,398.8526
10,904
pythondev
help
Been through all the instructions here <https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent>
2019-02-26T15:07:56.852900
Nikki
pythondev_help_Nikki_2019-02-26T15:07:56.852900
1,551,193,676.8529
10,905
pythondev
help
if I try connect it says... ``` fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists```
2019-02-26T15:08:30.853400
Nikki
pythondev_help_Nikki_2019-02-26T15:08:30.853400
1,551,193,710.8534
10,906
pythondev
help
yep
2019-02-26T15:09:03.853600
Hiroko
pythondev_help_Hiroko_2019-02-26T15:09:03.853600
1,551,193,743.8536
10,907
pythondev
help
ssh
2019-02-26T15:09:04.853900
Hiroko
pythondev_help_Hiroko_2019-02-26T15:09:04.853900
1,551,193,744.8539
10,908
pythondev
help
`ssh-add ~/.ssh/key_name`
2019-02-26T15:09:19.854400
Hiroko
pythondev_help_Hiroko_2019-02-26T15:09:19.854400
1,551,193,759.8544
10,909
pythondev
help
how do you know the key_name
2019-02-26T15:10:03.854700
Nikki
pythondev_help_Nikki_2019-02-26T15:10:03.854700
1,551,193,803.8547
10,910
pythondev
help
It's whatever private key you would use when connecting to that machine via a standard SSH session.
2019-02-26T15:11:16.855300
Carmen
pythondev_help_Carmen_2019-02-26T15:11:16.855300
1,551,193,876.8553
10,911
pythondev
help
a key is a file in the ssh directory
2019-02-26T15:11:22.855500
Hiroko
pythondev_help_Hiroko_2019-02-26T15:11:22.855500
1,551,193,882.8555
10,912
pythondev
help
`ls ~/.ssh`
2019-02-26T15:11:34.856100
Lillia
pythondev_help_Lillia_2019-02-26T15:11:34.856100
1,551,193,894.8561
10,913
pythondev
help
public and private, with pub having a `.pub` suffix
2019-02-26T15:11:39.856300
Hiroko
pythondev_help_Hiroko_2019-02-26T15:11:39.856300
1,551,193,899.8563
10,914
pythondev
help
id_rsa
2019-02-26T15:11:58.856800
Nikki
pythondev_help_Nikki_2019-02-26T15:11:58.856800
1,551,193,918.8568
10,915
pythondev
help
It will start with something like "BEGIN RSA PRIVATE KEY"
2019-02-26T15:12:07.857000
Carmen
pythondev_help_Carmen_2019-02-26T15:12:07.857000
1,551,193,927.857
10,916
pythondev
help
Says: id_rsa id_rsa.pub
2019-02-26T15:12:27.857200
Nikki
pythondev_help_Nikki_2019-02-26T15:12:27.857200
1,551,193,947.8572
10,917
pythondev
help
I did ssh-add ~/.ssh/id_rsa as per that doc
2019-02-26T15:12:40.857700
Nikki
pythondev_help_Nikki_2019-02-26T15:12:40.857700
1,551,193,960.8577
10,918
pythondev
help
Then that's the keypair you want to use.
2019-02-26T15:13:02.857900
Carmen
pythondev_help_Carmen_2019-02-26T15:13:02.857900
1,551,193,982.8579
10,919
pythondev
help
The public part is `id_rsa.pub`.
2019-02-26T15:13:10.858200
Carmen
pythondev_help_Carmen_2019-02-26T15:13:10.858200
1,551,193,990.8582
10,920