• Stars
    star
    1,512
  • Rank 30,998 (Top 0.7 %)
  • Language
    Go
  • License
    MIT License
  • Created about 10 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get 1password access from iterm2

sudolikeaboss - Now you can too!

WARNING: THIS REPO IS NO LONGER MAINTAINED AND IT NO LONGER WORKS WITH THE CURRENT 1PASSWORD



https://raw.githubusercontent.com/ravenac95/readme-images/master/sudolikeaboss/demo.gif

Pretty neat, eh?

What's happening here?

sudolikeaboss is a simple application that aims to make your life as a dev, ops, or just a random person who likes to ssh and sudo into boxes much, much easier by allowing you to access your 1password passwords on the terminal. All you need is iterm2, 1password, a mac, and a dream.

Benefits

  • Better security through use of longer, more difficult to guess passwords
  • Better security now that you can have a different password for every server if you'd like
  • Greater convenience when accessing passwords on the terminal

So is this only for sudo passwords?

No! You can use this for tons of things! Like...

  • dm-crypt passwords on external boxes
  • gpg passwords to use on the terminal

Ok! I want it. How do I install this thing?!

I tried to make installation as simple as possible. So here's the quickest path to awesomeness.

Install with homebrew

This is by far the easiest method, and the one I recommend most.

$ brew tap ravenac95/sudolikeaboss
$ brew install sudolikeaboss

Install from source

Assuming that you have Go installed and you know how to use it's associated tools...

$ go get github.com/ravenac95/sudolikeaboss

The sudolikeaboss binary should now be in $GOPATH/bin/sudolikeaboss

Install from zip

Download one of the following zips:

Warning

At this time I'm not sure if the 386 version works. In theory it should, but I don't have access to a 32-bit machine to test this.

Then, unzip the file and copy it to the desired location for installation (I suggest /usr/local/bin/sudolikeaboss).

This entire workflow, would look like this:

$ mkdir sudolikeaboss
$ cd sudolikeaboss
$ wget http://dl.bintray.com/ravenac95/sudolikeaboss/sudolikeaboss_0.2.1_darwin_amd64.zip
$ unzip sudolikeaboss_0.1.0_darwin_amd64.zip
$ cp sudolikeaboss /usr/local/bin/sudolikeaboss

Configure iterm2 to use sudolikeaboss

After installing sudolikeaboss, you still need to configure iterm2. This is fairly simple. Just watch this gif!

https://raw.githubusercontent.com/ravenac95/readme-images/master/sudolikeaboss/configuration.gif

Configuring 1Password5 to work with sudolikeaboss

If you're using 1Password5, or you run into this screen:

https://raw.githubusercontent.com/ravenac95/readme-images/master/sudolikeaboss/cannot-fill-item-error-popup.png

This causes a problem for sudolikeaboss as it isn't a "trusted browser" per se. In order to fix this issue, you need to change some preferences on your 1Password installation. Open up 1password's preferences and find the Advanced settings tab. Then make sure to uncheck the option Verify browser code signature. After doing that, sudolikeaboss should work... like a boss. For the visual learners here's a screenshot:

https://cloud.githubusercontent.com/assets/889219/6270365/a69a0726-b816-11e4-9b96-558ddeb00378.png

Getting passwords into 1password

To get 1password to play ball, just make sure that any passwords you set use sudolikeaboss://local as the website on the 1password UI. Watch this example:

https://raw.githubusercontent.com/ravenac95/readme-images/master/sudolikeaboss/add-password.gif

Potential Plans for the future!

These are some ideas I have for the future. This isn't an exhaustive list, and, more importantly, I make no guarantees on whether or not I can or will get to any of these.

  • Ability to save passwords directly from the command line. Of any of these plans, this is probably the most feasible. Again, no promises, but I personally want this feature too
  • tmux support. So for those of you that don't use iterm2 I may be able to create a different kind of plugin that can work with this.
  • linux support? This is a big question mark. If I can get tmux support to work, then presumably doing something similar for linux wouldn't be impossible. However, the other hard part of this is that linux doesn't currently have a GUI for 1password, but I actually have plans to attempt to create a gui using some already built tools

Gotchas/Known Issues

Here are just some questions or gotchas that I figured people would run into or have.

Why is the 1password popup not where I'm typing?

The way the popup works is by finding your mouse cursor. I'd like to improve this, but since I'm using 1password's undocumented API this is how it will be right now.

I don't use 1password

Are you serious?! If you're on a mac and you have passwords, you should be using 1password. With that said, I would love to support additional password managers as the project grows.

I use linux

Sorry :( I don't have anything for you yet. Maybe you can help me with that :)

I use Windows

Unfortunately, I have no current plans to do this on Windows. This is mostly because I wouldn't know where to start. At the moment this software is pretty dependent on somethings like iterm2 and 1password. As my expertise is in Linux/Unix environments and not in Windows, I'm not exactly sure what tools/workflow someone in that camp would use. If you'd like to help out in this arena, I would be more than happy to give it all a shot.

What's that weird icon on the top-right of the iterm2 window?

That's just an icon that indicates that an iterm2 coprocess is running. It will disappear eventually, as sudolikeaboss times out after 30 seconds when waiting for user input.

Do you have this "undocumented API" documented somewhere?

Not yet, but it will happen soon, hopefully.

Contributing/Developing

I would love help on this! This is actually my first Go project. I'm normally a Python guy, but decided to take this idea and make it a Go project (which has been great fun). Any suggestions on how to make this more idiomatic and more awesome are absolutely welcome.

More Repositories

1

flask-command

Use your flask with gunicorn directly from the command line
Python
7
star
2

virtstrap

The development repository for the entire virtstrap suite
Python
7
star
3

subwrap

A thin wrapper on subprocess
Python
4
star
4

overlay4u

Simple python interface to overlayfs
Python
4
star
5

lxc4u

Python LXC Library for Ubuntu
Python
4
star
6

moltorubato

(WIP) A free, online music notation program
3
star
7

virtstrap-core

Old virtstrap-core repository. PLEASE DO NOT USE. It is only around for historical reasons. Checkout the current project at https://github.com/ravenac95/virtstrap
Python
3
star
8

readytowork

A workstation initialization tool
Shell
3
star
9

dcontrol

Dploy-Server
2
star
10

appcontainers

A high level LXC utility (WORK IN PROGRESS)
Python
2
star
11

virtstrap-historical

The virtstrap wrapper! Making repeatable environments easy!
Python
2
star
12

testkit

A collection of tools for testing
Python
2
star
13

PyYAML

Mirror of PyYAML
Python
2
star
14

virtstrap-ruby-bundler

virtstrap plugin that installs bundler dependencies
Python
1
star
15

packer-docker-ansible-experiments

1
star
16

crosswire

Crosswire - Simple Application Dependency Injection
Python
1
star
17

virtstrap-resources

Resources that virtstrap will download to handle extra sections in the configuration
Python
1
star
18

tag2env

Python
1
star
19

dotfiles

Vim Script
1
star
20

tempita

Fork of Ian Bickings tempita
Python
1
star
21

dploy-lib

dploy-lib - Library for common tools and classes of dploy
Python
1
star
22

dploy

A tool used to deploy web applications
1
star
23

dploy-cargo-tools

Tools for dploy cargo
Python
1
star
24

testpackages

Some test packages for virtstrap. Nothing to see here really.
Python
1
star
25

virtstrap-local

Old virtstrap-local repository. PLEASE DO NOT USE. It is only around for historical reasons
Python
1
star
26

dploy-git

dploy tools to deal with githooks
1
star
27

simpleyaml

PyYAML without libyaml support (Suggest just to use PyYAML)
Python
1
star
28

pexpect

This is a fork of http://github.com/noahspurrier/pexpect. Pexpect seems unmaintained since v2.4 been released at http://pypi.python.org/pypi/pexpect on 2008-08-18.
Python
1
star
29

requests-http-signature

Http Signature for Python Requests
1
star
30

dploy-center

Build Server for dploy
Python
1
star
31

homebrew-sudolikeaboss

Ruby
1
star
32

underscore-inherits

A simple inheritance mixin for underscore packaged for twitter bower
JavaScript
1
star
33

pippy

A pip extension that will speed up your pip installs!
Python
1
star
34

testvirtstrapdocs

Don't use this! It's just a test. And I believe I figured out the problem.
Python
1
star
35

virtstrap-support

Simple package that has support files for virtstrap
Python
1
star
36

termy

A Command Line App Framework :-)
1
star
37

jszip-bower

JSZip packaged for bower
JavaScript
1
star