laravel - Can not change directory to the .ssh folder using command line -


basically, want change .ssh folder. typed

mikesdemacbook-pro:~ mike$ cd .ssh 

and here result:

-bash: cd: .ssh: not directory 

this typed try find folder:

mikesdemacbook-pro:~ mike$ ls -ls .ssh 8 -rw-------  1 mike  staff  1675 jun 19 00:53 .ssh 

i not sure whether there problem. have created ssh keygen still shows "not directory".

it looks keygen not run correctly or there .ssh file on computer. in comment try deleting .ssh file , rerunning ssh-keygen.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -